Uses of Class
org.fedoraproject.xmvn.metadata.ArtifactMetadata
-
-
Uses of ArtifactMetadata in org.fedoraproject.xmvn.metadata
Fields in org.fedoraproject.xmvn.metadata with type parameters of type ArtifactMetadata Modifier and Type Field Description private java.util.List<ArtifactMetadata>PackageMetadata. artifactsField artifacts.Methods in org.fedoraproject.xmvn.metadata that return ArtifactMetadata Modifier and Type Method Description ArtifactMetadataArtifactMetadata. clone()Method clone.ArtifactMetadataMetadataResult. getMetadataFor(Artifact artifact)Lookup metadata for specified artifact.Methods in org.fedoraproject.xmvn.metadata that return types with arguments of type ArtifactMetadata Modifier and Type Method Description java.util.List<ArtifactMetadata>PackageMetadata. getArtifacts()Method getArtifacts.Methods in org.fedoraproject.xmvn.metadata with parameters of type ArtifactMetadata Modifier and Type Method Description voidPackageMetadata. addArtifact(ArtifactMetadata artifactMetadata)Method addArtifact.voidPackageMetadata. removeArtifact(ArtifactMetadata artifactMetadata)Method removeArtifact.Method parameters in org.fedoraproject.xmvn.metadata with type arguments of type ArtifactMetadata Modifier and Type Method Description voidPackageMetadata. setArtifacts(java.util.List<ArtifactMetadata> artifacts)Set list of installed artifacts described by this piece of metadata. -
Uses of ArtifactMetadata in org.fedoraproject.xmvn.metadata.impl
Fields in org.fedoraproject.xmvn.metadata.impl with type parameters of type ArtifactMetadata Modifier and Type Field Description private java.util.Map<Artifact,ArtifactMetadata>DefaultMetadataResult. artifactMapMethods in org.fedoraproject.xmvn.metadata.impl that return ArtifactMetadata Modifier and Type Method Description ArtifactMetadataDefaultMetadataResult. getMetadataFor(Artifact artifact)Methods in org.fedoraproject.xmvn.metadata.impl with parameters of type ArtifactMetadata Modifier and Type Method Description private voidDefaultMetadataResult. processArtifactMetadata(ArtifactMetadata metadata, boolean ignoreDuplicates) -
Uses of ArtifactMetadata in org.fedoraproject.xmvn.metadata.io.stax
Methods in org.fedoraproject.xmvn.metadata.io.stax that return ArtifactMetadata Modifier and Type Method Description private ArtifactMetadataMetadataStaxReader. parseArtifactMetadata(javax.xml.stream.XMLStreamReader xmlStreamReader, boolean strict)Method parseArtifactMetadata.Methods in org.fedoraproject.xmvn.metadata.io.stax with parameters of type ArtifactMetadata Modifier and Type Method Description private voidMetadataStaxWriter. writeArtifactMetadata(ArtifactMetadata artifactMetadata, java.lang.String tagName, javax.xml.stream.XMLStreamWriter serializer)Method writeArtifactMetadata. -
Uses of ArtifactMetadata in org.fedoraproject.xmvn.resolver.impl
Methods in org.fedoraproject.xmvn.resolver.impl with parameters of type ArtifactMetadata Modifier and Type Method Description private voidEffectivePomGenerator. addProject(org.w3c.dom.Document document, ArtifactMetadata metadata, Artifact artifact)java.nio.file.PathEffectivePomGenerator. generateEffectivePom(ArtifactMetadata metadata, Artifact artifact) -
Uses of ArtifactMetadata in org.fedoraproject.xmvn.tools.install
Methods in org.fedoraproject.xmvn.tools.install with parameters of type ArtifactMetadata Modifier and Type Method Description default voidArtifactInstaller. install(JavaPackage targetPackage, ArtifactMetadata am, PackagingRule rule, java.lang.String basePackageName)Deprecated.default voidArtifactInstaller. install(JavaPackage targetPackage, ArtifactMetadata am, PackagingRule rule, java.lang.String basePackageName, java.lang.String repositoryId) -
Uses of ArtifactMetadata in org.fedoraproject.xmvn.tools.install.impl
Fields in org.fedoraproject.xmvn.tools.install.impl declared as ArtifactMetadata Modifier and Type Field Description private ArtifactMetadataArtifactState. metadataMethods in org.fedoraproject.xmvn.tools.install.impl that return ArtifactMetadata Modifier and Type Method Description ArtifactMetadataArtifactState. getMetadata()Methods in org.fedoraproject.xmvn.tools.install.impl that return types with arguments of type ArtifactMetadata Modifier and Type Method Description java.util.List<ArtifactMetadata>InstallationPlan. getArtifacts()Methods in org.fedoraproject.xmvn.tools.install.impl with parameters of type ArtifactMetadata Modifier and Type Method Description voidDefaultArtifactInstaller. install(JavaPackage targetPackage, ArtifactMetadata am, PackagingRule rule, java.lang.String basePackageName, java.lang.String repositoryId)Method parameters in org.fedoraproject.xmvn.tools.install.impl with type arguments of type ArtifactMetadata Modifier and Type Method Description private voidDefaultInstaller. resolveDependency(Dependency dependency, java.util.Map<Artifact,ArtifactMetadata> installedArtifacts)Constructors in org.fedoraproject.xmvn.tools.install.impl with parameters of type ArtifactMetadata Constructor Description ArtifactState(Artifact artifact, ArtifactMetadata metadata) -
Uses of ArtifactMetadata in org.fedoraproject.xmvn.tools.subst
Methods in org.fedoraproject.xmvn.tools.subst that return ArtifactMetadata Modifier and Type Method Description private ArtifactMetadataArtifactVisitor. resolveMetadata(Artifact artifact)
-