org.rhq.modules.plugins.jbossas7
Class AS7CommandLine
java.lang.Object
org.rhq.core.pluginapi.util.JavaCommandLine
org.rhq.modules.plugins.jbossas7.AS7CommandLine
public class AS7CommandLine
- extends JavaCommandLine
Parses a JBoss AS7 command line and provides easy access to its parts.
- Author:
- Ian Springer
| Methods inherited from class org.rhq.core.pluginapi.util.JavaCommandLine |
getArguments, getClassArguments, getClassOption, getClassOption, getClassPath, getExecutableJarFile, getJavaExecutable, getJavaOptions, getMainClassName, getSystemProperties, isClassOptionPresent, toString |
AS7CommandLine
public AS7CommandLine(String[] args)
getAppServerModuleName
@NotNull
public String getAppServerModuleName()
getAppServerArguments
@NotNull
public List<String> getAppServerArguments()
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.