| Modifier and Type | Method and Description |
|---|---|
void |
ArtifactDependencyWalker.traverseProduct(ProductConfiguration productConfiguration,
ArtifactDependencyVisitor visitor) |
| Modifier and Type | Method and Description |
|---|---|
protected ProductConfiguration |
EclipseApplicationProject.loadProduct(ReactorProject project) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<ProductConfiguration> |
EclipseRepositoryProject.loadProducts(org.apache.maven.project.MavenProject project)
Parses the product configuration files
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractArtifactDependencyWalker.traverseProduct(ProductConfiguration product,
ArtifactDependencyVisitor visitor) |
protected void |
AbstractArtifactDependencyWalker.traverseProduct(ProductConfiguration product,
ArtifactDependencyVisitor visitor,
AbstractArtifactDependencyWalker.WalkbackPath visited) |
| Modifier and Type | Method and Description |
|---|---|
static ProductConfiguration |
ProductConfiguration.read(java.io.File file) |
static ProductConfiguration |
ProductConfiguration.read(java.io.InputStream input) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ProductConfiguration.write(ProductConfiguration product,
java.io.File file) |
| Modifier and Type | Field and Description |
|---|---|
private ProductConfiguration |
ProductExportMojo.productConfiguration
Parsed product configuration file
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.io.File,ProductConfiguration> |
ProductConfigurations.productConfigurations |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.io.File,ProductConfiguration> |
ProductConfigurations.getProductConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductConfigurations.addProductConfiguration(java.io.File productFile,
ProductConfiguration productConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
private ProductConfiguration |
EclipseApplicationProductFileManipulator.getProductConfiguration(ProjectMetadata project) |
| Modifier and Type | Method and Description |
|---|---|
private java.util.Map<java.io.File,ProductConfiguration> |
EclipseRepositoryProductFileManipulator.getProductConfigurations(ProjectMetadata project) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProductFileManipulator.applyChangeToProduct(ProjectMetadata project,
ProductConfiguration product,
java.lang.String productFileName,
VersionChange change) |