com.springsource.bundlor.ant.internal
Class Configuration
java.lang.Object
com.springsource.bundlor.ant.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 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
Configuration
public Configuration()
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()