Modifier and Type | Class and Description |
---|---|
class |
ArtifactFacade |
class |
ReactorArtifactFacade |
Modifier and Type | Method and Description |
---|---|
Set<Object> |
DefaultDependencyMetadataGenerator.generateMetadata(IArtifactFacade artifact,
List<Map<String,String>> environments) |
Set<Object> |
SourcesBundleDependencyMetadataGenerator.generateMetadata(IArtifactFacade artifact,
List<Map<String,String>> environments) |
void |
P2GeneratorImpl.generateMetadata(IArtifactFacade artifact,
List<Map<String,String>> environments,
Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> units,
Set<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> artifacts) |
protected void |
AbstractMetadataGenerator.generateMetadata(IArtifactFacade artifact,
List<Map<String,String>> environments,
Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> units,
Set<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> artifacts,
org.eclipse.equinox.p2.publisher.PublisherInfo publisherInfo) |
protected org.eclipse.equinox.p2.publisher.actions.ICapabilityAdvice |
AbstractMetadataGenerator.getExtraEntriesAdvice(IArtifactFacade artifact) |
protected List<org.eclipse.equinox.p2.publisher.IPublisherAction> |
P2GeneratorImpl.getPublisherActions(IArtifactFacade artifact,
List<Map<String,String>> environments) |
protected abstract List<org.eclipse.equinox.p2.publisher.IPublisherAction> |
AbstractMetadataGenerator.getPublisherActions(IArtifactFacade artifact,
List<Map<String,String>> environments) |
protected List<org.eclipse.equinox.p2.publisher.IPublisherAction> |
SourcesBundleDependencyMetadataGenerator.getPublisherActions(IArtifactFacade artifact,
List<Map<String,String>> environments) |
protected List<org.eclipse.equinox.p2.publisher.IPublisherAdvice> |
P2GeneratorImpl.getPublisherAdvice(IArtifactFacade artifact) |
protected abstract List<org.eclipse.equinox.p2.publisher.IPublisherAdvice> |
AbstractMetadataGenerator.getPublisherAdvice(IArtifactFacade artifact) |
protected List<org.eclipse.equinox.p2.publisher.IPublisherAdvice> |
SourcesBundleDependencyMetadataGenerator.getPublisherAdvice(IArtifactFacade artifact) |
Modifier and Type | Method and Description |
---|---|
void |
P2GeneratorImpl.generateMetadata(List<IArtifactFacade> artifacts,
Map<String,IArtifactFacade> attachedArtifacts,
File targetDir) |
void |
P2GeneratorImpl.generateMetadata(List<IArtifactFacade> artifacts,
Map<String,IArtifactFacade> attachedArtifacts,
File targetDir) |
Modifier and Type | Class and Description |
---|---|
static class |
FeatureRootfileArtifactRepository.RootfileArtifact
This class is used to transport the required information for installing the artifact into the
local repository.
|
Modifier and Type | Method and Description |
---|---|
Map<String,IArtifactFacade> |
FeatureRootfileArtifactRepository.getPublishedArtifacts() |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.equinox.p2.publisher.actions.IFeatureRootAdvice |
FeatureRootAdvice.createRootFileAdvice(IArtifactFacade featureArtifact) |
static File |
FeatureRootAdvice.getProjectBaseDir(IArtifactFacade featureArtifact)
Assumptions for resolving the project base directory of the given artifact:
packaging type of the artifact:"eclipse-feature"
the location of the feature artifact is absolute and points to the built feature.jar
the build output folder is located in a subfolder of the project base directory
|
Modifier and Type | Method and Description |
---|---|
IArtifactFacade |
ResolutionContextImpl.getMavenArtifact(org.eclipse.equinox.p2.metadata.IInstallableUnit iu) |
Modifier and Type | Method and Description |
---|---|
void |
ResolutionContextImpl.addArtifactWithExistingMetadata(IArtifactFacade artifact,
IArtifactFacade p2MetadataFile) |
void |
ResolutionContextImpl.publishAndAddArtifactIfBundleArtifact(IArtifactFacade artifact) |
Constructor and Description |
---|
ClassifiedLocation(IArtifactFacade artifact) |
Modifier and Type | Class and Description |
---|---|
class |
ArtifactMock |
Modifier and Type | Interface and Description |
---|---|
interface |
IReactorArtifactFacade |
Modifier and Type | Method and Description |
---|---|
Set<Object> |
DependencyMetadataGenerator.generateMetadata(IArtifactFacade artifact,
List<Map<String,String>> environments)
Generates dependency-only artifact metadata
|
Modifier and Type | Method and Description |
---|---|
void |
P2Generator.generateMetadata(List<IArtifactFacade> artifacts,
Map<String,IArtifactFacade> artifactsToBeAttached,
File targetDir) |
void |
P2Generator.generateMetadata(List<IArtifactFacade> artifacts,
Map<String,IArtifactFacade> artifactsToBeAttached,
File targetDir) |
Modifier and Type | Method and Description |
---|---|
void |
ResolutionContext.addArtifactWithExistingMetadata(IArtifactFacade artifact,
IArtifactFacade p2MetadataFile) |
void |
ResolutionContext.publishAndAddArtifactIfBundleArtifact(IArtifactFacade artifact) |
Modifier and Type | Method and Description |
---|---|
void |
LocalRepositoryStub.addArtifact(IArtifactFacade artifact)
Logically add an artifact to the repository stub.
|
Constructor and Description |
---|
MavenCoordinates(IArtifactFacade artifact) |
Copyright © 2008-2012 Eclipse Foundation. All Rights Reserved.