com.springsource.bundlor.commandline.internal
Class Configuration
java.lang.Object
com.springsource.bundlor.commandline.internal.Configuration
public final class Configuration
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
inputPath
private final java.lang.String inputPath
outputPath
private final java.lang.String outputPath
manifestTemplatePath
private final java.lang.String manifestTemplatePath
osgiProfilePath
private final java.lang.String osgiProfilePath
propertiesPath
private final java.lang.String propertiesPath
properties
private final java.util.Properties properties
Configuration
Configuration()
Configuration
public Configuration(org.apache.commons.cli.CommandLine commandLine)
getInputPath
public java.lang.String getInputPath()
getOutputPath
public java.lang.String getOutputPath()
getManifestTemplatePath
public java.lang.String getManifestTemplatePath()
getOsgiProfilePath
public java.lang.String getOsgiProfilePath()
getPropertiesPath
public java.lang.String getPropertiesPath()
getProperties
public java.util.Properties getProperties()