org.codehaus.tycho.eclipsepackaging
Class ProductAssembler

java.lang.Object
  extended by org.codehaus.tycho.ArtifactDependencyVisitor
      extended by org.codehaus.tycho.eclipsepackaging.UpdateSiteAssembler
          extended by org.codehaus.tycho.eclipsepackaging.ProductAssembler

public class ProductAssembler
extends UpdateSiteAssembler


Field Summary
 
Fields inherited from class org.codehaus.tycho.eclipsepackaging.UpdateSiteAssembler
FEATURES_DIR, PLUGINS_DIR
 
Constructor Summary
ProductAssembler(org.apache.maven.execution.MavenSession session, org.codehaus.tycho.osgitools.BundleReader manifestReader, File target, org.codehaus.tycho.TargetEnvironment environment)
           
 
Method Summary
protected  boolean isDirectoryShape(org.codehaus.tycho.PluginDescription plugin, 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.eclipsepackaging.UpdateSiteAssembler
isSourceBundle, setArchives, setPack200, setUnpackFeatures, setUnpackPlugins, visitFeature
 
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
 

Constructor Detail

ProductAssembler

public ProductAssembler(org.apache.maven.execution.MavenSession session,
                        org.codehaus.tycho.osgitools.BundleReader manifestReader,
                        File target,
                        org.codehaus.tycho.TargetEnvironment environment)
Method Detail

visitPlugin

public void visitPlugin(org.codehaus.tycho.PluginDescription plugin)
Overrides:
visitPlugin in class UpdateSiteAssembler

isDirectoryShape

protected boolean isDirectoryShape(org.codehaus.tycho.PluginDescription plugin,
                                   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.