com.springsource.bundlor.commandline.internal
Class CommandLineBundlorExecutor
java.lang.Object
com.springsource.bundlor.commandline.internal.CommandLineBundlorExecutor
- All Implemented Interfaces:
- BundlorExecutor
public final class CommandLineBundlorExecutor
- 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
CommandLineBundlorExecutor
public CommandLineBundlorExecutor(Configuration configuration,
ConfigurationValidator configurationValidator,
ClassPathFactory classPathFactory,
ManifestWriterFactory manifestWriterFactory,
ManifestTemplateFactory manifestTemplateFactory,
PropertiesSourceFactory propertiesSourceFactory,
OsgiProfileFactory osgiProfileFactory)
execute
public java.util.List<java.lang.String> execute()
- Specified by:
execute
in interface BundlorExecutor
createContributors
private ManifestGeneratorContributors createContributors(java.util.List<PropertiesSource> properties)