-
public final class Package
-
-
Field Summary
Fields Modifier and Type Field Description private Stringgroupprivate Stringnameprivate Stringversionprivate Stringpathprivate StringdownloadNameprivate List<String>conventionPathsprivate LonglastUnpackedprivate LonglastUnwrappedprivate LonglastWrappedprivate Longsizeprivate List<PackageDependency>dependenciesprivate List<PackageFilter>filtersprivate final Stringcoordinatesprivate final StringdependencyNotationprivate final Booleaninstalledprivate final LonginstalledTimestamp
-
Method Summary
-
-
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()
-
getLastUnwrapped
final Long getLastUnwrapped()
-
getLastWrapped
final Long getLastWrapped()
-
getDependencies
final List<PackageDependency> getDependencies()
-
getFilters
final List<PackageFilter> getFilters()
-
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)
-
setLastUnwrapped
final Unit setLastUnwrapped(Long lastUnwrapped)
-
setLastWrapped
final Unit setLastWrapped(Long lastWrapped)
-
setDependencies
final Unit setDependencies(List<PackageDependency> dependencies)
-
setFilters
final Unit setFilters(List<PackageFilter> filters)
-
-
-
-