Uses of Class
org.apache.jackrabbit.vault.fs.api.VaultInputSource
- 
- 
Uses of VaultInputSource in org.apache.jackrabbit.vault.fs.apiMethods in org.apache.jackrabbit.vault.fs.api that return VaultInputSource Modifier and Type Method Description VaultInputSourceArtifact. 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 VaultFileOutputVaultFsTransaction. add(String path, VaultInputSource input)voidVaultFsTransaction. modify(VaultFile file, VaultInputSource input)
- 
Uses of VaultInputSource in org.apache.jackrabbit.vault.fs.implMethods in org.apache.jackrabbit.vault.fs.impl that return VaultInputSource Modifier and Type Method Description @Nullable VaultInputSourceArchiveWrapper. getInputSource(@Nullable Archive.Entry entry)VaultInputSourceDirectoryArtifact. getInputSource()Returns an input source to the contents of this artifact.VaultInputSourceHintArtifact. getInputSource()Returns an input source to the contents of this artifact.VaultInputSourcePropertyValueArtifact. getInputSource()Returns an input source to the contents of this artifact.VaultInputSourceSerializerArtifact. 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 VaultInputSource Modifier and Type Method Description VaultFileOutputTransactionImpl. 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 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.ioMethods in org.apache.jackrabbit.vault.fs.io that return VaultInputSource Modifier and Type Method Description @Nullable VaultInputSourceArchive. getInputSource(@Nullable Archive.Entry entry)Returns an input source for the given entry.VaultInputSourceFileArchive. getInputSource(Archive.Entry entry)Returns an input source for the given entry.VaultInputSourceJcrArchive. getInputSource(Archive.Entry entry)Returns an input source for the given entry.@Nullable VaultInputSourceMappedArchive. getInputSource(@Nullable Archive.Entry entry)VaultInputSourceMemoryArchive. getInputSource(Archive.Entry entry)Returns an input source for the given entry.VaultInputSourceSubArchive. 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)VaultInputSourceZipStreamArchive. getInputSource(Archive.Entry entry)
- 
Uses of VaultInputSource in org.apache.jackrabbit.vault.packagingMethods in org.apache.jackrabbit.vault.packaging with parameters of type VaultInputSource Modifier and Type Method Description voidInstallHookProcessor. registerHook(VaultInputSource input, ClassLoader classLoader)Register the hook provided by the given input source.
- 
Uses of VaultInputSource in org.apache.jackrabbit.vault.packaging.implMethods in org.apache.jackrabbit.vault.packaging.impl with parameters of type VaultInputSource Modifier and Type Method Description voidInstallHookProcessorImpl. registerHook(VaultInputSource input, ClassLoader classLoader)
- 
Uses of VaultInputSource in org.apache.jackrabbit.vault.utilSubclasses of VaultInputSource in org.apache.jackrabbit.vault.util Modifier and Type Class Description classFileInputSourceImplements a input source that is based on aFile.
 
-