Modifier and Type | Method and Description |
---|---|
ArtifactDescriptor |
EquinoxInstallationDescription.getBundle(java.lang.String symbolicName,
java.lang.String highestVersion) |
ArtifactDescriptor |
DefaultEquinoxInstallationDescription.getBundle(java.lang.String symbolicName,
java.lang.String highestVersion) |
ArtifactDescriptor |
EquinoxInstallationDescription.getSystemBundle() |
ArtifactDescriptor |
DefaultEquinoxInstallationDescription.getSystemBundle() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ArtifactDescriptor> |
EquinoxInstallationDescription.getBundles() |
java.util.List<ArtifactDescriptor> |
DefaultEquinoxInstallationDescription.getBundles() |
Modifier and Type | Method and Description |
---|---|
void |
EquinoxInstallationDescription.addBundle(ArtifactDescriptor artifact) |
void |
DefaultEquinoxInstallationDescription.addBundle(ArtifactDescriptor artifact) |
Modifier and Type | Method and Description |
---|---|
ArtifactDescriptor |
DependencyArtifacts.getArtifact(ArtifactKey key) |
ArtifactDescriptor |
DependencyArtifacts.getArtifact(java.lang.String type,
java.lang.String id,
java.lang.String version)
Returns artifact of the given type and id and best matching version or null if no such
artifact is found.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ArtifactDescriptor> |
DependencyArtifacts.getArtifact(java.io.File location)
Returns map of artifact descriptors at the given location.
|
java.util.List<ArtifactDescriptor> |
DependencyArtifacts.getArtifacts()
Returns all artifacts.
|
java.util.List<ArtifactDescriptor> |
DependencyArtifacts.getArtifacts(java.lang.String type)
Returns all artifacts of the given type.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FeatureDescription |
interface |
PluginDescription
Describes Eclipse plugin jar in context of aggregator project like eclipse-feature or
eclipse-application.
|
Modifier and Type | Method and Description |
---|---|
void |
ArtifactDependencyVisitor.missingFeature(FeatureRef ref,
java.util.List<ArtifactDescriptor> walkback) |
void |
ArtifactDependencyVisitor.missingPlugin(PluginRef ref,
java.util.List<ArtifactDescriptor> walkback) |
protected java.lang.RuntimeException |
ArtifactDependencyVisitor.newRuntimeException(java.lang.String message,
java.lang.String missing,
java.util.List<ArtifactDescriptor> walkback) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
MavenDependencyInjector.addDependency(ArtifactDescriptor artifact) |
private java.util.List<org.apache.maven.model.Dependency> |
MavenDependencyInjector.newExternalDependencies(ArtifactDescriptor artifact) |
private java.util.List<org.apache.maven.model.Dependency> |
MavenDependencyInjector.newProjectDependencies(ArtifactDescriptor artifact) |
Modifier and Type | Method and Description |
---|---|
void |
MavenDependencyCollector.missingPlugin(PluginRef ref,
java.util.List<ArtifactDescriptor> walkback)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultArtifactDescriptor |
class |
DefaultFeatureDescription |
class |
DefaultPluginDescription |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ArtifactKey,ArtifactDescriptor> |
AbstractArtifactDependencyWalker.WalkbackPath.visited |
private java.util.Stack<ArtifactDescriptor> |
AbstractArtifactDependencyWalker.WalkbackPath.walkback |
Modifier and Type | Method and Description |
---|---|
protected ArtifactDescriptor |
OsgiBundleProject.getArtifact(DependencyArtifacts artifacts,
java.io.File location,
java.lang.String id) |
protected ArtifactDescriptor |
AbstractArtifactDependencyWalker.getArtifact(java.io.File location,
java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.Collection<ArtifactDescriptor> |
AbstractArtifactDependencyWalker.WalkbackPath.getVisited() |
java.util.List<ArtifactDescriptor> |
AbstractArtifactDependencyWalker.WalkbackPath.getWalkback() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
AbstractArtifactDependencyWalker.WalkbackPath.enter(ArtifactDescriptor artifact) |
private java.util.List<java.io.File> |
OsgiBundleProject.getBundleClasspath(ArtifactDescriptor bundle) |
private java.util.List<java.io.File> |
OsgiBundleProject.getBundleEntry(ArtifactDescriptor bundle,
java.lang.String nestedPath) |
private java.io.File |
OsgiBundleProject.getNestedJarOrDir(ArtifactDescriptor bundle,
java.lang.String cp) |
private java.util.List<java.io.File> |
OsgiBundleProject.getOtherProjectClasspath(ArtifactDescriptor bundle,
ReactorProject otherProject,
java.lang.String nestedPath)
Returns bundle classpath entries.
|
private java.util.List<java.io.File> |
OsgiBundleProject.getThisProjectClasspath(ArtifactDescriptor bundle,
ReactorProject project)
Returns project compile classpath entries.
|
(package private) void |
AbstractArtifactDependencyWalker.WalkbackPath.leave(ArtifactDescriptor artifact) |
private java.lang.String[] |
OsgiBundleProject.parseBundleClasspath(ArtifactDescriptor bundle) |
Modifier and Type | Field and Description |
---|---|
private static java.util.WeakHashMap<ArtifactDescriptor,ArtifactDescriptor> |
DefaultDependencyArtifacts.ARTIFACT_CACHE
ArtifactDescriptor cache used to correlate equal instances to reduce memory usage
|
private static java.util.WeakHashMap<ArtifactDescriptor,ArtifactDescriptor> |
DefaultDependencyArtifacts.ARTIFACT_CACHE
ArtifactDescriptor cache used to correlate equal instances to reduce memory usage
|
protected java.util.Map<ArtifactKey,ArtifactDescriptor> |
ArtifactCollection.artifacts |
protected java.util.Map<java.io.File,java.util.Map<java.lang.String,ArtifactDescriptor>> |
ArtifactCollection.locations |
Modifier and Type | Method and Description |
---|---|
ArtifactDescriptor |
ArtifactCollection.getArtifact(ArtifactKey key) |
ArtifactDescriptor |
ArtifactCollection.getArtifact(java.lang.String type,
java.lang.String id,
java.lang.String version) |
protected ArtifactDescriptor |
ArtifactCollection.normalize(ArtifactDescriptor artifact) |
protected ArtifactDescriptor |
DefaultDependencyArtifacts.normalize(ArtifactDescriptor artifact) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ArtifactDescriptor> |
ArtifactCollection.getArtifact(java.io.File location) |
java.util.List<ArtifactDescriptor> |
ArtifactCollection.getArtifacts() |
java.util.List<ArtifactDescriptor> |
ArtifactCollection.getArtifacts(java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
void |
ArtifactCollection.addArtifact(ArtifactDescriptor artifact) |
protected void |
ArtifactCollection.addArtifact(ArtifactDescriptor artifact,
boolean merge) |
protected ArtifactDescriptor |
ArtifactCollection.normalize(ArtifactDescriptor artifact) |
protected ArtifactDescriptor |
DefaultDependencyArtifacts.normalize(ArtifactDescriptor artifact) |
Modifier and Type | Method and Description |
---|---|
private DevBundleInfo |
DevWorkspaceResolver.newBundleInfo(ArtifactDescriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
private void |
PublishProductMojo.checkMacOSLauncherCompatibility(ArtifactDescriptor executablesFeature) |
Modifier and Type | Method and Description |
---|---|
protected ArtifactDescriptor |
GeneratePomsMojo.getArtifact(java.io.File basedir) |
Modifier and Type | Method and Description |
---|---|
boolean |
DependencyVisitor.visit(ArtifactDescriptor artifact) |
Modifier and Type | Field and Description |
---|---|
private ArtifactDescriptor |
ProvisionedInstallationDescription.systemBundleDescriptor |
Modifier and Type | Method and Description |
---|---|
ArtifactDescriptor |
ProvisionedInstallationDescription.getBundle(java.lang.String symbolicName,
java.lang.String highestVersion) |
ArtifactDescriptor |
ProvisionedInstallationDescription.getSystemBundle() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ArtifactDescriptor> |
ProvisionedInstallationDescription.getBundles() |
Modifier and Type | Method and Description |
---|---|
void |
ProvisionedInstallationDescription.addBundle(ArtifactDescriptor artifact) |