Package | Description |
---|---|
org.fedoraproject.xmvn.config | |
org.fedoraproject.xmvn.tools.install | |
org.fedoraproject.xmvn.tools.install.impl |
Modifier and Type | Method and Description |
---|---|
PackagingRule |
PackagingRule.clone()
Method clone.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.List<PackagingRule> artifactManagement)
Set this element configures how artifacts should be assigned
to individual packages.
|
Modifier and Type | Method and Description |
---|---|
void |
ArtifactInstaller.install(JavaPackage targetPackage,
ArtifactMetadata am,
PackagingRule rule,
java.lang.String basePackageName) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
EffectivePackagingRule
Effective artifact packaging rule.
|
Modifier and Type | Method and Description |
---|---|
PackagingRule |
ArtifactState.getPackagingRule() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultArtifactInstaller.install(JavaPackage targetPackage,
ArtifactMetadata am,
PackagingRule rule,
java.lang.String basePackageName) |
void |
ArtifactState.setPackagingRule(PackagingRule packagingRule) |
Constructor and Description |
---|
EffectivePackagingRule(java.util.List<PackagingRule> artifactManagement,
java.lang.String groupId,
java.lang.String artifactId,
java.lang.String extension,
java.lang.String classifier,
java.lang.String version)
Create effective packaging rule for given artifact.
|
Copyright © 2012–2017 Red Hat, Inc.. All rights reserved.