public static final class AboutPagePanelModuleDescriptorImpl.Material extends Object implements Comparable<AboutPagePanelModuleDescriptorImpl.Material>
| Constructor and Description |
|---|
Material(String libraryName,
String mavenInfo,
String license,
String url,
String artifactType) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AboutPagePanelModuleDescriptorImpl.Material material) |
boolean |
equals(Object o) |
String |
getArtifactType() |
String |
getLibraryName() |
String |
getLicense() |
String |
getMavenInfo() |
String |
getUrl() |
int |
hashCode() |
boolean |
isGavNotUrl() |
boolean |
isUrlAndGav() |
boolean |
isUrlNotGav() |
String |
toString() |
public String getLibraryName()
public String getMavenInfo()
public String getLicense()
public String getUrl()
public String getArtifactType()
public boolean isUrlAndGav()
public boolean isUrlNotGav()
public boolean isGavNotUrl()
public int compareTo(@Nonnull AboutPagePanelModuleDescriptorImpl.Material material)
compareTo in interface Comparable<AboutPagePanelModuleDescriptorImpl.Material>Copyright © 2002-2019 Atlassian. All Rights Reserved.