com.springsource.bundlor.commandline.internal
Class Configuration

java.lang.Object
  extended by com.springsource.bundlor.commandline.internal.Configuration

public final class Configuration
extends java.lang.Object


Field Summary
private  java.lang.String inputPath
           
private  java.lang.String manifestTemplatePath
           
private  java.lang.String osgiProfilePath
           
private  java.lang.String outputPath
           
private  java.util.Properties properties
           
private  java.lang.String propertiesPath
           
 
Constructor Summary
Configuration()
           
Configuration(org.apache.commons.cli.CommandLine commandLine)
           
 
Method Summary
 java.lang.String getInputPath()
           
 java.lang.String getManifestTemplatePath()
           
 java.lang.String getOsgiProfilePath()
           
 java.lang.String getOutputPath()
           
 java.util.Properties getProperties()
           
 java.lang.String getPropertiesPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Configuration

Configuration()

Configuration

public Configuration(org.apache.commons.cli.CommandLine commandLine)
Method Detail

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()