org.apache.geronimo.system.main
Class CommandLineManifest

java.lang.Object
  extended by org.apache.geronimo.system.main.CommandLineManifest

public class CommandLineManifest
extends Object


Field Summary
static Attributes.Name CONFIGURATIONS
           
static Attributes.Name ENDORSED_DIRS
           
static Attributes.Name EXTENSION_DIRS
           
static Attributes.Name MAIN_GBEAN
           
static Attributes.Name MAIN_METHOD
           
 
Constructor Summary
CommandLineManifest(AbstractNameQuery mainGBean, String mainMethod, List configurations, List endorsedDirs, List extensionDirs)
           
 
Method Summary
 List getConfigurations()
           
 List getEndorsedDirs()
           
 List getExtensionDirs()
           
 AbstractNameQuery getMainGBeanQuery()
           
 String getMainMethod()
           
static CommandLineManifest getManifestEntries()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAIN_GBEAN

public static final Attributes.Name MAIN_GBEAN

MAIN_METHOD

public static final Attributes.Name MAIN_METHOD

CONFIGURATIONS

public static final Attributes.Name CONFIGURATIONS

ENDORSED_DIRS

public static final Attributes.Name ENDORSED_DIRS

EXTENSION_DIRS

public static final Attributes.Name EXTENSION_DIRS
Constructor Detail

CommandLineManifest

public CommandLineManifest(AbstractNameQuery mainGBean,
                           String mainMethod,
                           List configurations,
                           List endorsedDirs,
                           List extensionDirs)
Method Detail

getManifestEntries

public static CommandLineManifest getManifestEntries()

getMainGBeanQuery

public AbstractNameQuery getMainGBeanQuery()

getMainMethod

public String getMainMethod()

getConfigurations

public List getConfigurations()

getEndorsedDirs

public List getEndorsedDirs()

getExtensionDirs

public List getExtensionDirs()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.