public interface IReactorArtifactFacade extends IArtifactFacade
Modifier and Type | Field and Description |
---|---|
static String |
SOURCE_BUNDLE_SUFFIX
Conventional sources jar bundle symbolic name suffix.
|
Modifier and Type | Method and Description |
---|---|
Set<Object> |
getDependencyMetadata(boolean primary)
Returns primary or secondary IInstallableUnits provided by the reactor project, never
null . |
getArtifactId, getClassifier, getGroupId, getLocation, getPackagingType, getVersion
static final String SOURCE_BUNDLE_SUFFIX
Set<Object> getDependencyMetadata(boolean primary)
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.Copyright © 2008-2012 Eclipse Foundation. All Rights Reserved.