public class PackageInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
org.apache.jackrabbit.vault.fs.config.DefaultWorkspaceFilter |
getFilter()
Returns the workspace filter
|
org.apache.jackrabbit.vault.packaging.PackageId |
getId()
Returns the package id.
|
org.apache.jackrabbit.vault.packaging.PackageType |
getPackageType()
Returns the package type.
|
static PackageInfo |
read(File file)
Reads the package file.
|
public static PackageInfo read(@Nonnull File file) throws IOException
file - the file.true if the package is valid.IOException - if an error occurrs.public org.apache.jackrabbit.vault.packaging.PackageId getId()
public org.apache.jackrabbit.vault.fs.config.DefaultWorkspaceFilter getFilter()
public org.apache.jackrabbit.vault.packaging.PackageType getPackageType()
Copyright © 2019 The Apache Software Foundation. All rights reserved.