Package org.reficio.p2.resolver.maven
Class ResolvedArtifact
- java.lang.Object
-
- org.reficio.p2.resolver.maven.ResolvedArtifact
-
public class ResolvedArtifact extends Object
- Since:
- 1.0.0
- Author:
- Tom Bujok (tom.bujok@gmail.com)
Reficio (TM) - Reestablish your software!
http://www.reficio.org
-
-
Constructor Summary
Constructors Constructor Description ResolvedArtifact(Artifact artifact, Artifact sourceArtifact, boolean root)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArtifactgetArtifact()ArtifactgetSourceArtifact()booleanisRoot()booleanisSnapshot()booleanisTransitive()
-