Package com.aspectran.core.util
Class Aspectran
java.lang.Object
com.aspectran.core.util.Aspectran
Class that exposes the build information of Aspectran.
Fetches the "Implementation-Version" manifest attribute from the jar file.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic String
static String
static String
static void
Prints Aspectran information toSystem.out
.static void
printAboutMe
(PrintStream output) Prints Aspectran information to the specified print stream.static void
printPrettyAboutMe
(PrintStream output) Prints Aspectran information to the specified print stream.
-
Field Details
-
VERSION
-
POWERED_BY
-
POWERED_BY_LINK
-
STABLE
public static final boolean STABLE
-
-
Method Details
-
getVersion
-
getPoweredBy
-
getPoweredByLink
-
printAboutMe
Prints Aspectran information to the specified print stream.- Parameters:
output
- aPrintStream
object to print
-
printPrettyAboutMe
Prints Aspectran information to the specified print stream.- Parameters:
output
- aPrintStream
object to print
-
main
Prints Aspectran information toSystem.out
.- Parameters:
args
- a string array containing the command line arguments
-