Package org.aspectj.bridge
Class Version
- java.lang.Object
-
- org.aspectj.bridge.Version
-
public class Version extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEVELOPMENTstatic longNOTIMEstatic StringSIMPLE_DATE_FORMATstatic StringUNREPLACED_TEXTstatic StringUNREPLACED_TIME_TEXT
-
Constructor Summary
Constructors Constructor Description Version()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetText()static longgetTime()static StringgetTimeText()static voidmain(String[] args)
-
-
-
Field Detail
-
DEVELOPMENT
public static final String DEVELOPMENT
- See Also:
- Constant Field Values
-
NOTIME
public static final long NOTIME
- See Also:
- Constant Field Values
-
UNREPLACED_TEXT
public static final String UNREPLACED_TEXT
- See Also:
- Constant Field Values
-
UNREPLACED_TIME_TEXT
public static final String UNREPLACED_TIME_TEXT
- See Also:
- Constant Field Values
-
SIMPLE_DATE_FORMAT
public static final String SIMPLE_DATE_FORMAT
- See Also:
- Constant Field Values
-
-