Class Material
- java.lang.Object
-
- com.atlassian.confluence.plugin.descriptor.aboutpage.Material
-
- All Implemented Interfaces:
Comparable<Material>
public final class Material extends Object implements Comparable<Material>
Encapsulates data from the Bill Of Materials
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Material material)
boolean
equals(Object other)
String
getArtifactType()
String
getLibraryName()
String
getLicense()
String
getMavenInfo()
String
getUrl()
int
hashCode()
boolean
isGavNotUrl()
boolean
isUrlAndGav()
boolean
isUrlNotGav()
String
toString()
-
-
-
Method Detail
-
getLibraryName
public String getLibraryName()
-
getMavenInfo
public String getMavenInfo()
-
getLicense
public String getLicense()
-
getUrl
public String getUrl()
-
getArtifactType
public String getArtifactType()
-
isUrlAndGav
public boolean isUrlAndGav()
-
isUrlNotGav
public boolean isUrlNotGav()
-
isGavNotUrl
public boolean isGavNotUrl()
-
compareTo
public int compareTo(Material material)
- Specified by:
compareTo
in interfaceComparable<Material>
-
-