Uses of Class
org.fedoraproject.xmvn.metadata.ArtifactAlias
-
Packages that use ArtifactAlias Package Description org.fedoraproject.xmvn.metadata -
-
Uses of ArtifactAlias in org.fedoraproject.xmvn.metadata
Methods in org.fedoraproject.xmvn.metadata that return ArtifactAlias Modifier and Type Method Description ArtifactAliasArtifactAlias. clone()Method clone.Methods in org.fedoraproject.xmvn.metadata that return types with arguments of type ArtifactAlias Modifier and Type Method Description java.util.List<ArtifactAlias>ArtifactMetadata. getAliases()Method getAliases.Methods in org.fedoraproject.xmvn.metadata with parameters of type ArtifactAlias Modifier and Type Method Description voidArtifactMetadata. addAlias(ArtifactAlias alias)Add an alias.voidArtifactMetadata. removeAlias(ArtifactAlias alias)Remove an alias.Method parameters in org.fedoraproject.xmvn.metadata with type arguments of type ArtifactAlias Modifier and Type Method Description voidArtifactMetadata. setAliases(java.util.List<ArtifactAlias> aliases)Set alternative identifiers of the artifact.
-