Uses of Interface
org.apache.jackrabbit.vault.fs.io.Archive.Entry
-
Packages that use Archive.Entry Package Description org.apache.jackrabbit.vault.fs.impl org.apache.jackrabbit.vault.fs.io -
-
Uses of Archive.Entry in org.apache.jackrabbit.vault.fs.impl
Methods in org.apache.jackrabbit.vault.fs.impl that return Archive.Entry Modifier and Type Method Description @Nullable Archive.Entry
ArchiveWrapper. getEntry(@NotNull String path)
@Nullable Archive.Entry
SubPackageFilterArchive. getEntry(@NotNull String path)
@Nullable Archive.Entry
ArchiveWrapper. getJcrRoot()
@Nullable Archive.Entry
SubPackageFilterArchive. getJcrRoot()
@NotNull Archive.Entry
ArchiveWrapper. getRoot()
@NotNull Archive.Entry
SubPackageFilterArchive. getRoot()
Methods in org.apache.jackrabbit.vault.fs.impl that return types with arguments of type Archive.Entry Modifier and Type Method Description List<Archive.Entry>
SubPackageFilterArchive. getSubPackageEntries()
Returns a list of sub package entries.Methods in org.apache.jackrabbit.vault.fs.impl with parameters of type Archive.Entry Modifier and Type Method Description @Nullable VaultInputSource
ArchiveWrapper. getInputSource(@Nullable Archive.Entry entry)
@Nullable VaultInputSource
SubPackageFilterArchive. getInputSource(@Nullable Archive.Entry entry)
@Nullable InputStream
ArchiveWrapper. openInputStream(@Nullable Archive.Entry entry)
@Nullable InputStream
SubPackageFilterArchive. openInputStream(@Nullable Archive.Entry entry)
-
Uses of Archive.Entry in org.apache.jackrabbit.vault.fs.io
Methods in org.apache.jackrabbit.vault.fs.io that return Archive.Entry Modifier and Type Method Description @Nullable Archive.Entry
Archive.Entry. getChild(@NotNull String name)
Returns the child entry with the given name.@Nullable Archive.Entry
Archive. getEntry(@NotNull String path)
Returns the entry specified by path.@Nullable Archive.Entry
Archive. getJcrRoot()
Returns the entry that specifies the "jcr_root".Archive.Entry
FileArchive. getJcrRoot()
Returns the entry that specifies the "jcr_root".Archive.Entry
JcrArchive. getJcrRoot()
Returns the entry that specifies the "jcr_root".Archive.Entry
MappedArchive. getJcrRoot()
Archive.Entry
SubArchive. getJcrRoot()
Returns the entry that specifies the "jcr_root".@NotNull Archive.Entry
Archive. getRoot()
Returns the root entry.Archive.Entry
FileArchive. getRoot()
Returns the root entry.Archive.Entry
JcrArchive. getRoot()
Returns the root entry.@NotNull Archive.Entry
MappedArchive. getRoot()
Archive.Entry
MemoryArchive. getRoot()
Returns the root entry.Archive.Entry
SubArchive. getRoot()
Returns the root entry.@NotNull Archive.Entry
ZipArchive. getRoot()
@NotNull Archive.Entry
ZipNioArchive. getRoot()
Archive.Entry
ZipStreamArchive. getRoot()
Methods in org.apache.jackrabbit.vault.fs.io that return types with arguments of type Archive.Entry Modifier and Type Method Description @NotNull Collection<? extends Archive.Entry>
Archive.Entry. getChildren()
Returns a collection of child entries.Methods in org.apache.jackrabbit.vault.fs.io with parameters of type Archive.Entry Modifier and Type Method Description @Nullable VaultInputSource
Archive. getInputSource(@Nullable Archive.Entry entry)
Returns an input source for the given entry.VaultInputSource
FileArchive. getInputSource(Archive.Entry entry)
Returns an input source for the given entry.VaultInputSource
JcrArchive. getInputSource(Archive.Entry entry)
Returns an input source for the given entry.@Nullable VaultInputSource
MappedArchive. getInputSource(@Nullable Archive.Entry entry)
VaultInputSource
MemoryArchive. getInputSource(Archive.Entry entry)
Returns an input source for the given entry.VaultInputSource
SubArchive. getInputSource(Archive.Entry entry)
Returns an input source for the given entry.@Nullable VaultInputSource
ZipArchive. getInputSource(@Nullable Archive.Entry entry)
@Nullable VaultInputSource
ZipNioArchive. getInputSource(@Nullable Archive.Entry entry)
VaultInputSource
ZipStreamArchive. getInputSource(Archive.Entry entry)
@Nullable InputStream
Archive. openInputStream(@Nullable Archive.Entry entry)
Opens an input stream for the given entry.InputStream
FileArchive. openInputStream(Archive.Entry entry)
Opens an input stream for the given entry.InputStream
JcrArchive. openInputStream(Archive.Entry entry)
Opens an input stream for the given entry.@Nullable InputStream
MappedArchive. openInputStream(@Nullable Archive.Entry entry)
InputStream
MemoryArchive. openInputStream(Archive.Entry entry)
Opens an input stream for the given entry.InputStream
SubArchive. openInputStream(Archive.Entry entry)
Opens an input stream for the given entry.@Nullable InputStream
ZipArchive. openInputStream(@Nullable Archive.Entry entry)
@Nullable InputStream
ZipNioArchive. openInputStream(@Nullable Archive.Entry entry)
InputStream
ZipStreamArchive. openInputStream(Archive.Entry entry)
Constructors in org.apache.jackrabbit.vault.fs.io with parameters of type Archive.Entry Constructor Description SubArchive(Archive base, Archive.Entry root, boolean isJcrRoot)
-