com.springsource.bundlor.ant.internal
Class Configuration

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

public final class Configuration
extends java.lang.Object


Field Summary
private  java.lang.String bundleSymbolicName
           
private  java.lang.String bundleVersion
           
private  java.lang.String inputPath
           
private  java.lang.String manifestTemplate
           
private  java.lang.String manifestTemplatePath
           
private  java.lang.String osgiProfile
           
private  java.lang.String osgiProfilePath
           
private  java.lang.String outputPath
           
private  java.util.List<org.apache.tools.ant.taskdefs.Property> properties
           
private  java.lang.String propertiesPath
           
private  java.util.List<org.apache.tools.ant.types.PropertySet> propertySets
           
 
Constructor Summary
Configuration()
           
 
Method Summary
 void addProperty(org.apache.tools.ant.taskdefs.Property property)
           
 void addPropertySet(org.apache.tools.ant.types.PropertySet propertySet)
           
 java.lang.String getBundleSymbolicName()
           
 java.lang.String getBundleVersion()
           
 java.lang.String getInputPath()
           
 java.lang.String getManifestTemplate()
           
 java.lang.String getManifestTemplatePath()
           
 java.lang.String getOsgiProfile()
           
 java.lang.String getOsgiProfilePath()
           
 java.lang.String getOutputPath()
           
 java.util.List<org.apache.tools.ant.taskdefs.Property> getProperties()
           
 java.lang.String getPropertiesPath()
           
 java.util.List<org.apache.tools.ant.types.PropertySet> getPropertySets()
           
 void setBundleSymbolicName(java.lang.String bundleSymbolicName)
           
 void setBundleVersion(java.lang.String bundleVersion)
           
 void setInputPath(java.lang.String inputPath)
           
 void setManifestTemplate(java.lang.String manifestTemplate)
           
 void setManifestTemplatePath(java.lang.String manifestTemplatePath)
           
 void setOsgiProfile(java.lang.String osgiProfile)
           
 void setOsgiProfilePath(java.lang.String osgiProfilePath)
           
 void setOutputPath(java.lang.String outputPath)
           
 void setPropertiesPath(java.lang.String propertiesPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inputPath

private volatile java.lang.String inputPath

outputPath

private volatile java.lang.String outputPath

manifestTemplatePath

private volatile java.lang.String manifestTemplatePath

manifestTemplate

private volatile java.lang.String manifestTemplate

osgiProfilePath

private volatile java.lang.String osgiProfilePath

osgiProfile

private volatile java.lang.String osgiProfile

bundleSymbolicName

private volatile java.lang.String bundleSymbolicName

bundleVersion

private volatile java.lang.String bundleVersion

propertiesPath

private volatile java.lang.String propertiesPath

propertySets

private final java.util.List<org.apache.tools.ant.types.PropertySet> propertySets

properties

private final java.util.List<org.apache.tools.ant.taskdefs.Property> properties
Constructor Detail

Configuration

public Configuration()
Method Detail

setInputPath

public void setInputPath(java.lang.String inputPath)

setOutputPath

public void setOutputPath(java.lang.String outputPath)

setManifestTemplatePath

public void setManifestTemplatePath(java.lang.String manifestTemplatePath)

setManifestTemplate

public void setManifestTemplate(java.lang.String manifestTemplate)

setOsgiProfilePath

public void setOsgiProfilePath(java.lang.String osgiProfilePath)

setOsgiProfile

public void setOsgiProfile(java.lang.String osgiProfile)

setBundleSymbolicName

public void setBundleSymbolicName(java.lang.String bundleSymbolicName)

setBundleVersion

public void setBundleVersion(java.lang.String bundleVersion)

setPropertiesPath

public void setPropertiesPath(java.lang.String propertiesPath)

addPropertySet

public void addPropertySet(org.apache.tools.ant.types.PropertySet propertySet)

addProperty

public void addProperty(org.apache.tools.ant.taskdefs.Property property)

getInputPath

public java.lang.String getInputPath()

getOutputPath

public java.lang.String getOutputPath()

getManifestTemplatePath

public java.lang.String getManifestTemplatePath()

getManifestTemplate

public java.lang.String getManifestTemplate()

getOsgiProfilePath

public java.lang.String getOsgiProfilePath()

getOsgiProfile

public java.lang.String getOsgiProfile()

getBundleSymbolicName

public java.lang.String getBundleSymbolicName()

getBundleVersion

public java.lang.String getBundleVersion()

getPropertiesPath

public java.lang.String getPropertiesPath()

getPropertySets

public java.util.List<org.apache.tools.ant.types.PropertySet> getPropertySets()

getProperties

public java.util.List<org.apache.tools.ant.taskdefs.Property> getProperties()