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 classDefaultMetaInfAbstracts 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 MetaInfExportRoot. 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 MetaInfArchiveWrapper. getMetaInf()@NotNull MetaInfSubPackageFilterArchive. 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 MetaInfArchive. getMetaInf()Returns the meta inf.MetaInfFileArchive. getMetaInf()Returns the meta inf.MetaInfJcrArchive. getMetaInf()Returns the meta inf.@NotNull MetaInfMappedArchive. getMetaInf()MetaInfMemoryArchive. getMetaInf()Returns the meta inf.MetaInfSubArchive. getMetaInf()Returns the meta inf.@NotNull MetaInfZipArchive. getMetaInf()@NotNull MetaInfZipNioArchive. getMetaInf()MetaInfZipStreamArchive. 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 MetaInfExportOptions. getMetaInf()Returns the meta-inf@NotNull MetaInfJcrPackageDefinition. getMetaInf()Returns the meta inf of this packageMetaInfVaultPackage. 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 voidExportOptions. 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 classJcrPackageDefinitionMetaInfOnly 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 MetaInfHollowVaultPackage. getMetaInf()MetaInfJcrPackageDefinitionImpl. getMetaInf()Returns the meta inf of this packageMetaInfZipVaultPackage. 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 MetaInfVltContext. getMetaInf()
-