org.codehaus.tycho.eclipsepackaging
Class ProductAssembler
java.lang.Object
org.codehaus.tycho.ArtifactDependencyVisitor
org.codehaus.tycho.eclipsepackaging.UpdateSiteAssembler
org.codehaus.tycho.eclipsepackaging.ProductAssembler
public class ProductAssembler
- extends UpdateSiteAssembler
|
Constructor Summary |
ProductAssembler(org.apache.maven.execution.MavenSession session,
org.codehaus.tycho.osgitools.BundleReader manifestReader,
java.io.File target,
org.codehaus.tycho.TargetEnvironment environment)
|
|
Method Summary |
protected boolean |
isDirectoryShape(org.codehaus.tycho.PluginDescription plugin,
java.io.File location)
|
protected boolean |
matchEntivonment(org.codehaus.tycho.PluginDescription plugin)
|
void |
setIncludeSources(boolean includeSources)
|
void |
visitPlugin(org.codehaus.tycho.PluginDescription plugin)
|
| Methods inherited from class org.codehaus.tycho.ArtifactDependencyVisitor |
missingFeature, missingPlugin, newRuntimeException |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProductAssembler
public ProductAssembler(org.apache.maven.execution.MavenSession session,
org.codehaus.tycho.osgitools.BundleReader manifestReader,
java.io.File target,
org.codehaus.tycho.TargetEnvironment environment)
visitPlugin
public void visitPlugin(org.codehaus.tycho.PluginDescription plugin)
- Overrides:
visitPlugin in class UpdateSiteAssembler
isDirectoryShape
protected boolean isDirectoryShape(org.codehaus.tycho.PluginDescription plugin,
java.io.File location)
- Overrides:
isDirectoryShape in class UpdateSiteAssembler
matchEntivonment
protected boolean matchEntivonment(org.codehaus.tycho.PluginDescription plugin)
setIncludeSources
public void setIncludeSources(boolean includeSources)
Copyright © 2008-2011. All Rights Reserved.