public class ReactorArtifactFacade extends Object implements IReactorArtifactFacade
SOURCE_BUNDLE_SUFFIX
Constructor and Description |
---|
ReactorArtifactFacade(ReactorProject otherProject,
String classifier) |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId() |
String |
getClassidier() |
String |
getClassifier() |
Set<Object> |
getDependencyMetadata(boolean primary)
Returns primary or secondary IInstallableUnits provided by the reactor project, never
null . |
String |
getGroupId() |
File |
getLocation() |
String |
getPackagingType() |
String |
getVersion() |
public ReactorArtifactFacade(ReactorProject otherProject, String classifier)
public File getLocation()
getLocation
in interface IArtifactFacade
public String getGroupId()
getGroupId
in interface IArtifactFacade
public String getArtifactId()
getArtifactId
in interface IArtifactFacade
public String getClassifier()
public String getVersion()
getVersion
in interface IArtifactFacade
public String getPackagingType()
getPackagingType
in interface IArtifactFacade
public Set<Object> getDependencyMetadata(boolean primary)
IReactorArtifactFacade
null
.
Primary IUs are used to determine project dependencies. Secondary IUs can be used to resolve
dependencies of other reactor projects but do not affect dependencies of this project unless
required by the primary IUs.getDependencyMetadata
in interface IReactorArtifactFacade
public String getClassidier()
getClassidier
in interface IArtifactFacade
Copyright © 2008-2012 Eclipse Foundation. All Rights Reserved.