org.kie.scanner
public class DependencyDescriptor extends Object
Constructor and Description |
---|
DependencyDescriptor(org.sonatype.aether.artifact.Artifact artifact) |
DependencyDescriptor(org.apache.maven.model.Dependency dependency) |
DependencyDescriptor(org.kie.api.builder.ReleaseId releaseId) |
DependencyDescriptor(String groupId,
String artifactId,
String version,
String type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getArtifactId() |
org.kie.api.builder.ReleaseId |
getGav() |
String |
getGroupId() |
String |
getType() |
String |
getVersion() |
int |
hashCode() |
boolean |
isFixedVersion() |
boolean |
isNewerThan(DependencyDescriptor o) |
boolean |
isSnapshot() |
boolean |
isValid() |
String |
toResolvableString() |
String |
toString() |
public DependencyDescriptor(org.apache.maven.model.Dependency dependency)
public DependencyDescriptor(org.sonatype.aether.artifact.Artifact artifact)
public DependencyDescriptor(String groupId, String artifactId, String version, String type)
public DependencyDescriptor(org.kie.api.builder.ReleaseId releaseId)
public String getGroupId()
public String getArtifactId()
public String getVersion()
public org.kie.api.builder.ReleaseId getGav()
public String getType()
public boolean isFixedVersion()
public boolean isSnapshot()
public boolean isValid()
public String toResolvableString()
public boolean isNewerThan(DependencyDescriptor o)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.