public class JavaAppDescriptor extends AppDescriptor
appDescriptorFileName, columnArgDescr, columnDataType, columnDefaultValue, columnHelpText, columnMax, columnMin, columnMode, columnOption, columnOsArch, columnOsFamily, columnOsType, columnPathEntry, columnProperty, columnValue, columnVariable, commandLineArgs, docTypeAppDescriptor, environmentMap, nativePath, objectJavaApp, objectNativeApp, propCommandLineArgs, propExecutablePath, propInstallationFile, propJavaTechnology, propJavaVmType, propMainClass, propNumericalPrecision, propVmArgs, propVmMaxMemory, sysPathMap, sysPropMap, tableClassPath, tableCommandLineOptionDescriptions, tableEnvironment, tableNativePath, tableSystemPathProps, tableSystemProps, validJavaAppKeys, validNativeAppKeys| Constructor and Description |
|---|
JavaAppDescriptor(java.lang.String installationFile,
NumericalPrecision numPrec,
java.lang.String mainClass,
JavaVmType javaVmType,
JavaTechnology javaTechnology,
int vmMaxMemory) |
| Modifier and Type | Method and Description |
|---|---|
void |
addClassPath(java.lang.String path) |
protected void |
dumpSpecialProperties(DumpString s) |
void |
fillJavaCommand(JavaCommand cmd) |
java.util.List<java.lang.String> |
getClassPath() |
JavaTechnology |
getJavaTechnology() |
JavaVmType |
getJavaVmType() |
java.lang.String |
getMainClass() |
java.lang.String[] |
getVmArguments() |
int |
getVmMaxMemory() |
boolean |
isJavaProcess() |
void |
setVmArguments(java.lang.String[] vmArguments) |
void |
setVmMaxMemory(int vmMaxMemory) |
addCommandLineOptionDescription, addLibraryPath, getAppDirName, getAppDisplayName, getAppInfo, getAppVersion, getBatchOptionDescription, getCommandLineArgs, getCommandLineOptionDescriptions, getCustomProperties, getEnvironmentMap, getHelpOptionDescription, getInstallationFile, getNativePath, getNumericalPrecision, getSystemPathProperties, getSystemProperties, getVersionDirName, getVersionOptionDescription, getVersionPath, getZipFile, getZipFileName, putCustomProperty, putEnv, putSystemPathProperty, putSystemProperty, readAppDescriptor, readAppDescriptor, readDefaultLaunchPrefs, setAppVersion, setCommandLineArgs, toDumpString, toStringconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toStringpublic JavaAppDescriptor(java.lang.String installationFile,
NumericalPrecision numPrec,
java.lang.String mainClass,
JavaVmType javaVmType,
JavaTechnology javaTechnology,
int vmMaxMemory)
public void fillJavaCommand(JavaCommand cmd)
public boolean isJavaProcess()
isJavaProcess in class AppDescriptorpublic java.lang.String getMainClass()
public JavaTechnology getJavaTechnology()
public void setVmMaxMemory(int vmMaxMemory)
public java.lang.String[] getVmArguments()
public int getVmMaxMemory()
public JavaVmType getJavaVmType()
public void setVmArguments(java.lang.String[] vmArguments)
public void addClassPath(java.lang.String path)
public java.util.List<java.lang.String> getClassPath()
protected void dumpSpecialProperties(DumpString s)
dumpSpecialProperties in class AppDescriptorCopyright © 2014 EsprIT-Systems. All Rights Reserved.