Uses of Interface
org.apache.jackrabbit.vault.fs.config.MetaInf
-
-
Uses of MetaInf in org.apache.jackrabbit.vault.fs.config
Classes in org.apache.jackrabbit.vault.fs.config that implement MetaInf Modifier and Type Class Description class
DefaultMetaInf
Abstracts the way of accessing the vault specific meta-info of a checkout.Methods in org.apache.jackrabbit.vault.fs.config that return MetaInf Modifier and Type Method Description MetaInf
ExportRoot. getMetaInf()
Returns the meta information. -
Uses of MetaInf in org.apache.jackrabbit.vault.fs.impl
Methods in org.apache.jackrabbit.vault.fs.impl that return MetaInf Modifier and Type Method Description @NotNull MetaInf
ArchiveWrapper. getMetaInf()
@NotNull MetaInf
SubPackageFilterArchive. getMetaInf()
-
Uses of MetaInf in org.apache.jackrabbit.vault.fs.io
Methods in org.apache.jackrabbit.vault.fs.io that return MetaInf Modifier and Type Method Description @NotNull MetaInf
Archive. getMetaInf()
Returns the meta inf.MetaInf
FileArchive. getMetaInf()
Returns the meta inf.MetaInf
JcrArchive. getMetaInf()
Returns the meta inf.@NotNull MetaInf
MappedArchive. getMetaInf()
MetaInf
MemoryArchive. getMetaInf()
Returns the meta inf.MetaInf
SubArchive. getMetaInf()
Returns the meta inf.@NotNull MetaInf
ZipArchive. getMetaInf()
@NotNull MetaInf
ZipNioArchive. getMetaInf()
MetaInf
ZipStreamArchive. getMetaInf()
-
Uses of MetaInf in org.apache.jackrabbit.vault.packaging
Methods in org.apache.jackrabbit.vault.packaging that return MetaInf Modifier and Type Method Description MetaInf
ExportOptions. getMetaInf()
Returns the meta-inf@NotNull MetaInf
JcrPackageDefinition. getMetaInf()
Returns the meta inf of this packageMetaInf
VaultPackage. getMetaInf()
Returns the meta inf that was either loaded or specified during build.Methods in org.apache.jackrabbit.vault.packaging with parameters of type MetaInf Modifier and Type Method Description void
ExportOptions. setMetaInf(MetaInf metaInf)
Sets the meta-inf to be included in an exported archive. -
Uses of MetaInf in org.apache.jackrabbit.vault.packaging.impl
Classes in org.apache.jackrabbit.vault.packaging.impl that implement MetaInf Modifier and Type Class Description class
JcrPackageDefinitionMetaInf
Only limited meta information like package properties and filters are exposed which are available from the underlying package definition node.Methods in org.apache.jackrabbit.vault.packaging.impl that return MetaInf Modifier and Type Method Description MetaInf
HollowVaultPackage. getMetaInf()
MetaInf
JcrPackageDefinitionImpl. getMetaInf()
Returns the meta inf of this packageMetaInf
ZipVaultPackage. getMetaInf()
Returns the meta inf that was either loaded or specified during build. -
Uses of MetaInf in org.apache.jackrabbit.vault.vlt
Methods in org.apache.jackrabbit.vault.vlt that return MetaInf Modifier and Type Method Description MetaInf
VltContext. getMetaInf()
-