public abstract class CommandJavaClassPath extends CommandJava
Modifier and Type | Field and Description |
---|---|
(package private) String |
classPath
Class path to be passed to java executable formated as
-cp <path1>:<path2>:...:<pathN> . |
javaHome
Constructor and Description |
---|
CommandJavaClassPath(String command,
String javaHome,
String classPath)
Constructs an instance of GlassFish server administration command entity
with specified server command, Java SE home and class path.
|
Modifier and Type | Method and Description |
---|---|
String |
getClassPath()
Get class path to be passed to java executable.
|
getJavaHome
getCommand, retry
final String classPath
-cp <path1>:<path2>:...:<pathN>
.public CommandJavaClassPath(String command, String javaHome, String classPath)
command
- Server command represented by this object.javaHome
- Java SE home used to select JRE for GlassFish server.classPath
- Java SE class path.public String getClassPath()
Copyright © 2013. All Rights Reserved.