org.rhq.modules.plugins.jbossas7
Class AS7CommandLine

java.lang.Object
  extended by org.rhq.core.pluginapi.util.JavaCommandLine
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.rhq.core.pluginapi.util.JavaCommandLine
JavaCommandLine.OptionValueDelimiter
 
Constructor Summary
AS7CommandLine(String[] args)
           
 
Method Summary
 List<String> getAppServerArguments()
           
 String getAppServerModuleName()
           
 
Methods inherited from class org.rhq.core.pluginapi.util.JavaCommandLine
getArguments, getClassArguments, getClassOption, getClassOption, getClassPath, getExecutableJarFile, getJavaExecutable, getJavaOptions, getMainClassName, getSystemProperties, isClassOptionPresent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AS7CommandLine

public AS7CommandLine(String[] args)
Method Detail

getAppServerModuleName

@NotNull
public String getAppServerModuleName()

getAppServerArguments

@NotNull
public List<String> getAppServerArguments()


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.