org.owasp.orizon.tools.osh
Class Cons

java.lang.Object
  extended by org.owasp.orizon.tools.osh.Cons

public class Cons
extends java.lang.Object

This class will contain constants used by OSH.

Since:
1.1
Author:
thesp0nge

Field Summary
static java.lang.String MYNAME
           
static int OSH_ABOUT
           
static java.lang.String OSH_ABOUT_COMM
           
static int OSH_ERROR
           
static java.lang.String OSH_EXIT_COMM
           
static int OSH_MIRAGE
           
static java.lang.String OSH_MIRAGE_COMM
           
static int OSH_QUIT
           
static java.lang.String OSH_QUIT_COMM
           
static java.lang.String PS1
           
 
Constructor Summary
Cons()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PS1

public static java.lang.String PS1

MYNAME

public static java.lang.String MYNAME

OSH_QUIT

public static final int OSH_QUIT
See Also:
Constant Field Values

OSH_ABOUT

public static final int OSH_ABOUT
See Also:
Constant Field Values

OSH_MIRAGE

public static final int OSH_MIRAGE
See Also:
Constant Field Values

OSH_ERROR

public static final int OSH_ERROR
See Also:
Constant Field Values

OSH_QUIT_COMM

public static java.lang.String OSH_QUIT_COMM

OSH_EXIT_COMM

public static java.lang.String OSH_EXIT_COMM

OSH_ABOUT_COMM

public static java.lang.String OSH_ABOUT_COMM

OSH_MIRAGE_COMM

public static java.lang.String OSH_MIRAGE_COMM
Constructor Detail

Cons

public Cons()