public interface MetaInf
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CREATED
Name of the 'created' property
|
static java.lang.String |
CREATED_BY
Name of the 'created by' property
|
static int |
FORMAT_VERSION_1
Format Version 1.
|
static int |
FORMAT_VERSION_2
Format Version 2.
|
static java.lang.String |
PACKAGE_FORMAT_VERSION
Name of the package format version
|
Modifier and Type | Method and Description |
---|---|
VaultFsConfig |
getConfig()
Returns the vault config
|
WorkspaceFilter |
getFilter()
Returns the workspace filter.
|
java.util.Collection<NodeTypeSet> |
getNodeTypes()
Returns the node types
|
int |
getPackageFormatVersion()
Returns the package format version of this package.
|
PrivilegeDefinitions |
getPrivileges()
Returns custom privileges defined in the meta inf.
|
java.util.Properties |
getProperties()
Returns the properties
|
VaultSettings |
getSettings()
Returns the vault settings.
|
boolean |
hasDefinition()
Checks if the meta-inf contains a serialized definition.
|
static final int FORMAT_VERSION_1
static final int FORMAT_VERSION_2
static final java.lang.String PACKAGE_FORMAT_VERSION
static final java.lang.String CREATED
static final java.lang.String CREATED_BY
int getPackageFormatVersion()
FORMAT_VERSION_2
is returned, since this
feature was implemented recently.VaultSettings getSettings()
WorkspaceFilter getFilter()
VaultFsConfig getConfig()
java.util.Properties getProperties()
java.util.Collection<NodeTypeSet> getNodeTypes()
PrivilegeDefinitions getPrivileges()
boolean hasDefinition()
true
if it contains a serialized definition."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"