com.springsource.bundlor.ant
Class Bundlor
java.lang.Object
com.springsource.bundlor.ant.Bundlor
public class Bundlor
- extends java.lang.Object
An ANT task for dealing with the Bundlor tool.
- Author:
- Ben Hale, Christian Dupuis
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
configuration
private final Configuration configuration
failOnWarnings
private volatile boolean failOnWarnings
enabled
private volatile boolean enabled
Bundlor
public Bundlor()
setFailOnWarnings
public final void setFailOnWarnings(boolean failOnWarnings)
setEnabled
public final void setEnabled(boolean enabled)
setInputPath
public final void setInputPath(java.lang.String inputPath)
setOutputPath
public final void setOutputPath(java.lang.String outputPath)
setManifestTemplatePath
public final void setManifestTemplatePath(java.lang.String manifestTemplatePath)
addConfiguredManifestTemplate
public final void addConfiguredManifestTemplate(ManifestTemplate manifestTemplate)
setOsgiProfilePath
public final void setOsgiProfilePath(java.lang.String osgiProfilePath)
addConfiguredOsgiProfile
public final void addConfiguredOsgiProfile(OsgiProfile osgiProfile)
setBundleSymbolicName
public final void setBundleSymbolicName(java.lang.String bundleSymbolicName)
setBundleVersion
public final void setBundleVersion(java.lang.String bundleVersion)
setPropertiesPath
public final void setPropertiesPath(java.lang.String propertiesPath)
addPropertySet
public final void addPropertySet(org.apache.tools.ant.types.PropertySet propertySet)
addProperty
public final void addProperty(org.apache.tools.ant.taskdefs.Property property)
execute
public final void execute()
getBundlorExecutor
protected BundlorExecutor getBundlorExecutor()