public interface RegisteredPackage extends java.lang.Comparable<RegisteredPackage>, java.lang.AutoCloseable
RegisteredPackage...| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this package and releases underlying data.
|
PackageId |
getId()
Returns the id of this package
|
java.util.Calendar |
getInstallationTime()
Returns the date when the package was installed
|
VaultPackage |
getPackage()
Returns the vault package stored in the data of this package
|
long |
getSize()
Returns the size of the underlying package.
|
boolean |
isInstalled()
Checks if this package is installed.
|
PackageId getId()
VaultPackage getPackage() throws java.io.IOException
java.io.IOException - if an I/O error occurslong getSize()
boolean isInstalled()
true if this package is installed.java.util.Calendar getInstallationTime()
null if not installed.void close()
close in interface java.lang.AutoCloseable"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"