Package | Description |
---|---|
org.fedoraproject.maven.config | |
org.fedoraproject.maven.config.impl |
Modifier and Type | Method and Description |
---|---|
PackagingRule |
PackagingRule.clone()
Method clone.
|
PackagingRule |
Configuration.createEffectivePackagingRule(String stereotype,
String groupId,
String artifactId,
String extension,
String classifier,
String version)
Create an effective packaging rule for specified artifact.
|
Modifier and Type | Method and Description |
---|---|
List<PackagingRule> |
Configuration.getArtifactManagement()
Method getArtifactManagement.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.addArtifactManagement(PackagingRule packagingRule)
Method addArtifactManagement.
|
void |
Configuration.removeArtifactManagement(PackagingRule packagingRule)
Method removeArtifactManagement.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setArtifactManagement(List<PackagingRule> artifactManagement)
Set this element configures how artifacts should be assigned
to individual packages.
|
Modifier and Type | Class and Description |
---|---|
class |
EffectivePackagingRule
Effective artifact packaging rule.
|
Constructor and Description |
---|
EffectivePackagingRule(List<PackagingRule> artifactManagement,
String stereotype,
String groupId,
String artifactId,
String extension,
String classifier,
String version)
Create effective packaging rule for given artifact.
|
Copyright © 2012–2013 Red Hat, Inc.. All rights reserved.