public static class Descriptors.PackageRef extends Object implements Comparable<Descriptors.PackageRef>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Descriptors.PackageRef other) |
boolean |
equals(Object o) |
String |
getBinary() |
Descriptors.PackageRef |
getDuplicate() |
String |
getFQN() |
String |
getPath() |
int |
hashCode() |
boolean |
isJava() |
boolean |
isMetaData()
Decide if the package is a metadata package.
|
String |
toString() |
public Descriptors.PackageRef getDuplicate()
public String getFQN()
public String getBinary()
public String getPath()
public boolean isJava()
public int compareTo(Descriptors.PackageRef other)
compareTo
in interface Comparable<Descriptors.PackageRef>
public boolean isMetaData()
pack
- Copyright © 2015 aQute SARL. All rights reserved.