Package com.aspectran.core.util
Class Aspectran
- java.lang.Object
-
- com.aspectran.core.util.Aspectran
-
public class Aspectran extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPOWERED_BYstatic java.lang.StringPOWERED_BY_LINKstatic booleanSTABLEstatic java.lang.StringVERSION
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetPoweredBy()static java.lang.StringgetPoweredByLink()static java.lang.StringgetVersion()static voidmain(java.lang.String[] args)Prints Aspectran information toSystem.out.static voidprintAboutMe(java.io.PrintStream out)Prints Aspectran information to the specified print stream.static voidprintPrettyAboutMe(java.io.PrintStream out)Prints Aspectran information to the specified print stream.
-
-
-
Method Detail
-
getVersion
public static java.lang.String getVersion()
-
getPoweredBy
public static java.lang.String getPoweredBy()
-
getPoweredByLink
public static java.lang.String getPoweredByLink()
-
printAboutMe
public static void printAboutMe(java.io.PrintStream out)
Prints Aspectran information to the specified print stream.- Parameters:
out- aPrintStreamobject to print
-
printPrettyAboutMe
public static void printPrettyAboutMe(java.io.PrintStream out)
Prints Aspectran information to the specified print stream.- Parameters:
out- aPrintStreamobject to print
-
main
public static void main(java.lang.String[] args)
Prints Aspectran information toSystem.out.- Parameters:
args- a string array containing the command line arguments
-
-