Uses of Class
org.apache.jackrabbit.vault.fs.api.VaultInputSource
Packages that use VaultInputSource
Package
Description
-
Uses of VaultInputSource in org.apache.jackrabbit.vault.fs.api
Methods in org.apache.jackrabbit.vault.fs.api that return VaultInputSourceModifier and TypeMethodDescriptionArtifact.getInputSource()Returns an input source to the contents of this artifact.Methods in org.apache.jackrabbit.vault.fs.api with parameters of type VaultInputSourceModifier and TypeMethodDescriptionVaultFsTransaction.add(String path, VaultInputSource input) voidVaultFsTransaction.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 VaultInputSourceModifier and TypeMethodDescription@Nullable VaultInputSourceArchiveWrapper.getInputSource(@Nullable Archive.Entry entry) DirectoryArtifact.getInputSource()Returns an input source to the contents of this artifact.HintArtifact.getInputSource()Returns an input source to the contents of this artifact.PropertyValueArtifact.getInputSource()Returns an input source to the contents of this artifact.SerializerArtifact.getInputSource()Returns an input source to the contents of this artifact.@Nullable VaultInputSourceSubPackageFilterArchive.getInputSource(@Nullable Archive.Entry entry) Methods in org.apache.jackrabbit.vault.fs.impl with parameters of type VaultInputSourceModifier and TypeMethodDescriptionTransactionImpl.add(String path, VaultInputSource input) voidTransactionImpl.modify(VaultFile file, VaultInputSource input) voidTransactionImpl.Change.setInputSource(VaultInputSource input) Constructors in org.apache.jackrabbit.vault.fs.impl with parameters of type VaultInputSourceModifierConstructorDescriptionChange(VaultFsTransaction.Type type, String repoPath, String filePath, VaultInputSource input) Change(VaultFsTransaction.Type type, VaultFile file, VaultInputSource input) protected -
Uses of VaultInputSource in org.apache.jackrabbit.vault.fs.io
Methods in org.apache.jackrabbit.vault.fs.io that return VaultInputSourceModifier and TypeMethodDescription@Nullable VaultInputSourceArchive.getInputSource(@Nullable Archive.Entry entry) Returns an input source for the given entry.FileArchive.getInputSource(Archive.Entry entry) Returns an input source for the given entry.JcrArchive.getInputSource(Archive.Entry entry) Returns an input source for the given entry.@Nullable VaultInputSourceMappedArchive.getInputSource(@Nullable Archive.Entry entry) MemoryArchive.getInputSource(Archive.Entry entry) Returns an input source for the given entry.SubArchive.getInputSource(Archive.Entry entry) Returns an input source for the given entry.@Nullable VaultInputSourceZipArchive.getInputSource(@Nullable Archive.Entry entry) @Nullable VaultInputSourceZipNioArchive.getInputSource(@Nullable Archive.Entry entry) 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 VaultInputSourceModifier and TypeMethodDescriptionvoidInstallHookProcessor.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 VaultInputSourceModifier and TypeMethodDescriptionvoidInstallHookProcessorImpl.registerHook(VaultInputSource input, ClassLoader classLoader) -
Uses of VaultInputSource in org.apache.jackrabbit.vault.util
Subclasses of VaultInputSource in org.apache.jackrabbit.vault.util