Class ExoTools
- java.lang.Object
-
- org.exoplatform.distributions.tools.ExoTools
-
public final class ExoTools extends Object
Main class for the exo-tools JAR.
This library is used by the startup scripts to configure the environment (JVM) according to system parameters. The exo-tools.jar is present at the following path:- PLF Tomcat: $CATALINA_HOME/bin/exo-tools.jar
- PLF JBoss: $JBOSS_HOME/bin/exo-tools.jar
-
-
Field Summary
Fields Modifier and Type Field Description static StringCMD_JAVA_11static StringCMD_JAVA_11_OR_MOREstatic StringCMD_JAVA_8static StringCMD_JAVA_8_OR_MOREstatic StringCMD_JAVA_9static StringCMD_JAVA_9_OR_MOREstatic StringsystemJavaVersionJava Version from the system
-
Constructor Summary
Constructors Constructor Description ExoTools()
-
-
-
Field Detail
-
systemJavaVersion
public static final String systemJavaVersion
Java Version from the system
-
CMD_JAVA_8
public static final String CMD_JAVA_8
- See Also:
- Constant Field Values
-
CMD_JAVA_8_OR_MORE
public static final String CMD_JAVA_8_OR_MORE
- See Also:
- Constant Field Values
-
CMD_JAVA_9
public static final String CMD_JAVA_9
- See Also:
- Constant Field Values
-
CMD_JAVA_9_OR_MORE
public static final String CMD_JAVA_9_OR_MORE
- See Also:
- Constant Field Values
-
CMD_JAVA_11
public static final String CMD_JAVA_11
- See Also:
- Constant Field Values
-
CMD_JAVA_11_OR_MORE
public static final String CMD_JAVA_11_OR_MORE
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(String[] args)
eXo Tools entrypoint.- Parameters:
args- the command to execute
-
-