Class Main
java.lang.Object
org.jboss.modules.Main
The main entry point of JBoss Modules when run as a JAR on the command line.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringGet the name of the JBoss Modules JAR.private static StringgetServiceName(ClassLoader classLoader, String className) static StringGet the version string of JBoss Modules.static voidRun JBoss Modules.private static voidusage()
-
Field Details
-
NO_STRINGS
-
JAR_NAME
-
VERSION_STRING
-
-
Constructor Details
-
Main
private Main()
-
-
Method Details
-
usage
private static void usage() -
main
-
getServiceName
- Throws:
IOException
-
getJarName
-
getVersionString
Get the version string of JBoss Modules.- Returns:
- the version string
-