Class LibraryInfo
- java.lang.Object
-
- ch.supertomcat.supertomcatutils.application.libraries.LibraryInfo
-
- All Implemented Interfaces:
Comparable<LibraryInfo>
public class LibraryInfo extends Object implements Comparable<LibraryInfo>
Information about a library
-
-
Constructor Summary
Constructors Constructor Description LibraryInfo(String name, String version, String license)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(LibraryInfo o)booleanequals(Object obj)StringgetLicense()Returns the licenseStringgetName()Returns the nameStringgetVersion()Returns the versioninthashCode()
-
-
-
Method Detail
-
getName
public String getName()
Returns the name- Returns:
- name
-
getVersion
public String getVersion()
Returns the version- Returns:
- version
-
getLicense
public String getLicense()
Returns the license- Returns:
- license
-
compareTo
public int compareTo(LibraryInfo o)
- Specified by:
compareToin interfaceComparable<LibraryInfo>
-
-