Uses of Class
org.reficio.p2.resolver.maven.ResolvedArtifact
-
Packages that use ResolvedArtifact Package Description org.reficio.p2 org.reficio.p2.resolver.maven -
-
Uses of ResolvedArtifact in org.reficio.p2
Methods in org.reficio.p2 with parameters of type ResolvedArtifact Modifier and Type Method Description static StringP2Helper. calculateSymbolicNameWithOptions(P2Artifact p2Artifact, ResolvedArtifact resolvedArtifact, String symbolicName)static ArtifactBundlerInstructionsP2Helper. createBundlerInstructions(P2Artifact p2Artifact, ResolvedArtifact resolvedArtifact, String timestamp)static ArtifactBundlerRequestP2Helper. createBundlerRequest(P2Artifact p2Artifact, ResolvedArtifact resolvedArtifact, File outputFolder)static voidP2Validator. validateArtifactConfig(P2Artifact p2Artifact, ResolvedArtifact resolvedArtifact)static voidP2Validator. validateBundleRequest(P2Artifact p2Artifact, ResolvedArtifact resolvedArtifact) -
Uses of ResolvedArtifact in org.reficio.p2.resolver.maven
Methods in org.reficio.p2.resolver.maven that return types with arguments of type ResolvedArtifact Modifier and Type Method Description List<ResolvedArtifact>ArtifactResolutionResult. getResolvedArtifacts()Constructor parameters in org.reficio.p2.resolver.maven with type arguments of type ResolvedArtifact Constructor Description ArtifactResolutionResult(List<ResolvedArtifact> resolvedArtifacts)
-