com.springsource.bundlor.ant.internal
Class AntBundlorExecutor
java.lang.Object
com.springsource.bundlor.ant.internal.AntBundlorExecutor
- All Implemented Interfaces:
- BundlorExecutor
public final class AntBundlorExecutor
- extends java.lang.Object
- implements BundlorExecutor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
inputClassPath
private final ClassPath inputClassPath
manifestWriter
private final ManifestWriter manifestWriter
manifestTemplate
private final com.springsource.util.parser.manifest.ManifestContents manifestTemplate
manifestGenerator
private final ManifestGenerator manifestGenerator
manifestValidator
private final ManifestValidator manifestValidator
AntBundlorExecutor
public AntBundlorExecutor(Configuration configuration,
ConfigurationValidator configurationValidator,
ClassPathFactory classPathFactory,
ManifestWriterFactory manifestWriterFactory,
ManifestTemplateFactory manifestTemplateFactory,
PropertiesSourceFactory propertiesSourceFactory,
OsgiProfileFactory osgiProfileFactory)
throws org.apache.tools.ant.BuildException
- Throws:
org.apache.tools.ant.BuildException
execute
public java.util.List<java.lang.String> execute()
-
- Specified by:
execute
in interface BundlorExecutor
createContributors
private ManifestGeneratorContributors createContributors(java.util.List<PropertiesSource> properties)