Uses of Interface
org.wildfly.prospero.wfchannel.ResolvedArtifactsStore
-
Packages that use ResolvedArtifactsStore Package Description org.wildfly.prospero.galleon org.wildfly.prospero.wfchannel -
-
Uses of ResolvedArtifactsStore in org.wildfly.prospero.galleon
Methods in org.wildfly.prospero.galleon with parameters of type ResolvedArtifactsStore Modifier and Type Method Description voidArtifactCache. cache(org.wildfly.prospero.metadata.ManifestVersionRecord manifestRecord, ResolvedArtifactsStore resolvedArtifacts)detects and caches the manifests frommanifestRecordinCACHE_FOLDER. -
Uses of ResolvedArtifactsStore in org.wildfly.prospero.wfchannel
Methods in org.wildfly.prospero.wfchannel that return ResolvedArtifactsStore Modifier and Type Method Description ResolvedArtifactsStoreMavenSessionManager. getResolvedArtifactVersions()returns aResolvedArtifactsStorecontaining artifacts resolved during that maven session.
-