org.owasp.orizon.tools.osh
Class Cons
java.lang.Object
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
Constructor Summary |
Cons()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Cons
public Cons()