Uses of Class
org.apache.jackrabbit.vault.packaging.registry.impl.FSInstallState
-
Packages that use FSInstallState Package Description org.apache.jackrabbit.vault.packaging.registry.impl -
-
Uses of FSInstallState in org.apache.jackrabbit.vault.packaging.registry.impl
Methods in org.apache.jackrabbit.vault.packaging.registry.impl that return FSInstallState Modifier and Type Method Description static @Nullable FSInstallState
FSInstallState. fromFile(Path metaFile)
ParsesInstallState
from metafile.static @Nullable FSInstallState
FSInstallState. fromStream(InputStream in, String systemId)
ParsesInstallState
from metafile.FSInstallState
FSInstallState. withDependencies(Set<Dependency> dependencies)
FSInstallState
FSInstallState. withExternal(boolean external)
FSInstallState
FSInstallState. withFilter(WorkspaceFilter filter)
FSInstallState
FSInstallState. withInstallTime(Long installTime)
FSInstallState
FSInstallState. withProperties(Properties properties)
FSInstallState
FSInstallState. withSize(long size)
FSInstallState
FSInstallState. withSubPackages(Map<PackageId,SubPackageHandling.Option> subPackages)
Constructors in org.apache.jackrabbit.vault.packaging.registry.impl with parameters of type FSInstallState Constructor Description FsPackageProperties(FSInstallState installState)
FSRegisteredPackage(FSPackageRegistry registry, FSInstallState installState)
-