public class FileBundleVersionInfo extends BundleVersionInfo<File>
BND_LAST_MODIFIED, BND_LAST_MODIFIED_MISSING, SNAPSHOT_MARKER| Constructor and Description |
|---|
FileBundleVersionInfo(File bundle) |
| Modifier and Type | Method and Description |
|---|---|
long |
getBundleLastModified()
Return the bundle last modification time, based on the BND_LAST_MODIFIED
manifest header, if available.
|
String |
getBundleSymbolicName() |
File |
getSource() |
Version |
getVersion() |
boolean |
isBundle() |
boolean |
isSnapshot() |
String |
toString() |
compareTopublic FileBundleVersionInfo(File bundle) throws IOException
IOExceptionpublic boolean isBundle()
isBundle in class BundleVersionInfo<File>public long getBundleLastModified()
BundleVersionInfogetBundleLastModified in class BundleVersionInfo<File>public String getBundleSymbolicName()
getBundleSymbolicName in class BundleVersionInfo<File>public File getSource()
getSource in class BundleVersionInfo<File>public Version getVersion()
getVersion in class BundleVersionInfo<File>public boolean isSnapshot()
isSnapshot in class BundleVersionInfo<File>Copyright © 2010 - 2020 Adobe. All Rights Reserved