org.eclipse.tycho.p2.facade.internal
Class ReactorArtifactFacade

java.lang.Object
  extended by org.eclipse.tycho.p2.facade.internal.ReactorArtifactFacade
All Implemented Interfaces:
org.eclipse.tycho.p2.metadata.IArtifactFacade, org.eclipse.tycho.p2.metadata.IReactorArtifactFacade

public class ReactorArtifactFacade
extends Object
implements org.eclipse.tycho.p2.metadata.IReactorArtifactFacade


Field Summary
 
Fields inherited from interface org.eclipse.tycho.p2.metadata.IReactorArtifactFacade
SOURCE_BUNDLE_SUFFIX
 
Constructor Summary
ReactorArtifactFacade(org.eclipse.tycho.ReactorProject otherProject, String classifier)
           
 
Method Summary
 String getArtifactId()
           
 String getClassifier()
           
 Set<Object> getDependencyMetadata(boolean primary)
           
 String getGroupId()
           
 File getLocation()
           
 String getPackagingType()
           
 String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReactorArtifactFacade

public ReactorArtifactFacade(org.eclipse.tycho.ReactorProject otherProject,
                             String classifier)
Method Detail

getLocation

public File getLocation()
Specified by:
getLocation in interface org.eclipse.tycho.p2.metadata.IArtifactFacade

getGroupId

public String getGroupId()
Specified by:
getGroupId in interface org.eclipse.tycho.p2.metadata.IArtifactFacade

getArtifactId

public String getArtifactId()
Specified by:
getArtifactId in interface org.eclipse.tycho.p2.metadata.IArtifactFacade

getClassifier

public String getClassifier()
Specified by:
getClassifier in interface org.eclipse.tycho.p2.metadata.IArtifactFacade

getVersion

public String getVersion()
Specified by:
getVersion in interface org.eclipse.tycho.p2.metadata.IArtifactFacade

getPackagingType

public String getPackagingType()
Specified by:
getPackagingType in interface org.eclipse.tycho.p2.metadata.IArtifactFacade

getDependencyMetadata

public Set<Object> getDependencyMetadata(boolean primary)
Specified by:
getDependencyMetadata in interface org.eclipse.tycho.p2.metadata.IReactorArtifactFacade


Copyright © 2008-2012 Eclipse Foundation. All Rights Reserved.