-
public final class Package
-
-
Field Summary
Fields Modifier and Type Field Description private Stringgroupprivate Stringnameprivate Stringversionprivate Stringpathprivate StringdownloadNameprivate List<String>conventionPathsprivate LonglastUnpackedprivate final Stringcoordinatesprivate final StringdependencyNotationprivate final Booleaninstalledprivate final LonginstalledTimestamp
-
Method Summary
Modifier and Type Method Description Booleanequals(Object other)IntegerhashCode()final StringgetGroup()final StringgetName()final StringgetVersion()final StringgetPath()final StringgetDownloadName()final List<String>getConventionPaths()final LonggetLastUnpacked()final StringgetCoordinates()final StringgetDependencyNotation()final BooleangetInstalled()final LonggetInstalledTimestamp()final UnitsetGroup(String group)final UnitsetName(String name)final UnitsetVersion(String version)final UnitsetPath(String path)final UnitsetDownloadName(String downloadName)final UnitsetConventionPaths(List<String> conventionPaths)final UnitsetLastUnpacked(Long lastUnpacked)-
-
Constructor Detail
-
Package
Package(PackageCompose compose)
-
-
Method Detail
-
getVersion
final String getVersion()
-
getDownloadName
final String getDownloadName()
-
getConventionPaths
final List<String> getConventionPaths()
-
getLastUnpacked
final Long getLastUnpacked()
-
getCoordinates
final String getCoordinates()
-
getDependencyNotation
final String getDependencyNotation()
-
getInstalled
final Boolean getInstalled()
-
getInstalledTimestamp
final Long getInstalledTimestamp()
-
setVersion
final Unit setVersion(String version)
-
setDownloadName
final Unit setDownloadName(String downloadName)
-
setConventionPaths
final Unit setConventionPaths(List<String> conventionPaths)
-
setLastUnpacked
final Unit setLastUnpacked(Long lastUnpacked)
-
-
-
-