Uses of Class
org.apache.jackrabbit.vault.fs.api.VaultInputSource
-
-
Uses of VaultInputSource in org.apache.jackrabbit.vault.fs.api
Methods in org.apache.jackrabbit.vault.fs.api that return VaultInputSource Modifier and Type Method Description VaultInputSource
Artifact. getInputSource()
Returns an input source to the contents of this artifact.Methods in org.apache.jackrabbit.vault.fs.api with parameters of type VaultInputSource Modifier and Type Method Description VaultFileOutput
VaultFsTransaction. add(String path, VaultInputSource input)
void
VaultFsTransaction. modify(VaultFile file, VaultInputSource input)
-
Uses of VaultInputSource in org.apache.jackrabbit.vault.fs.impl
Methods in org.apache.jackrabbit.vault.fs.impl that return VaultInputSource Modifier and Type Method Description @Nullable VaultInputSource
ArchiveWrapper. getInputSource(@Nullable Archive.Entry entry)
VaultInputSource
DirectoryArtifact. getInputSource()
Returns an input source to the contents of this artifact.VaultInputSource
HintArtifact. getInputSource()
Returns an input source to the contents of this artifact.VaultInputSource
PropertyValueArtifact. getInputSource()
Returns an input source to the contents of this artifact.VaultInputSource
SerializerArtifact. getInputSource()
Returns an input source to the contents of this artifact.@Nullable VaultInputSource
SubPackageFilterArchive. getInputSource(@Nullable Archive.Entry entry)
Methods in org.apache.jackrabbit.vault.fs.impl with parameters of type VaultInputSource Modifier and Type Method Description VaultFileOutput
TransactionImpl. add(String path, VaultInputSource input)
void
TransactionImpl. modify(VaultFile file, VaultInputSource input)
void
TransactionImpl.Change. setInputSource(VaultInputSource input)
Constructors in org.apache.jackrabbit.vault.fs.impl with parameters of type VaultInputSource Constructor Description Change(VaultFsTransaction.Type type, String repoPath, String filePath, VaultInputSource input)
Change(VaultFsTransaction.Type type, VaultFile file, VaultInputSource input)
VaultFileOutputImpl(TransactionImpl.Change tx, VaultInputSource input)
-
Uses of VaultInputSource in org.apache.jackrabbit.vault.fs.io
Methods in org.apache.jackrabbit.vault.fs.io that return VaultInputSource 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)
-
Uses of VaultInputSource in org.apache.jackrabbit.vault.packaging
Methods in org.apache.jackrabbit.vault.packaging with parameters of type VaultInputSource Modifier and Type Method Description void
InstallHookProcessor. registerHook(VaultInputSource input, ClassLoader classLoader)
Register the hook provided by the given input source. -
Uses of VaultInputSource in org.apache.jackrabbit.vault.packaging.impl
Methods in org.apache.jackrabbit.vault.packaging.impl with parameters of type VaultInputSource Modifier and Type Method Description void
InstallHookProcessorImpl. registerHook(VaultInputSource input, ClassLoader classLoader)
-
Uses of VaultInputSource in org.apache.jackrabbit.vault.util
Subclasses of VaultInputSource in org.apache.jackrabbit.vault.util Modifier and Type Class Description class
FileInputSource
Implements a input source that is based on aFile
.
-