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 IArtifactFacadepublic String getGroupId()
getGroupId in interface IArtifactFacadepublic String getArtifactId()
getArtifactId in interface IArtifactFacadepublic String getClassifier()
public String getVersion()
getVersion in interface IArtifactFacadepublic String getPackagingType()
getPackagingType in interface IArtifactFacadepublic Set<Object> getDependencyMetadata(boolean primary)
IReactorArtifactFacadenull.
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 IReactorArtifactFacadepublic String getClassidier()
getClassidier in interface IArtifactFacadeCopyright © 2008-2012 Eclipse Foundation. All Rights Reserved.