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 FSInstallStateFSInstallState. fromFile(Path metaFile)ParsesInstallStatefrom metafile.static @Nullable FSInstallStateFSInstallState. fromStream(InputStream in, String systemId)ParsesInstallStatefrom metafile.FSInstallStateFSInstallState. withDependencies(Set<Dependency> dependencies)FSInstallStateFSInstallState. withExternal(boolean external)FSInstallStateFSInstallState. withFilter(WorkspaceFilter filter)FSInstallStateFSInstallState. withInstallTime(Long installTime)FSInstallStateFSInstallState. withProperties(Properties properties)FSInstallStateFSInstallState. withSize(long size)FSInstallStateFSInstallState. 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)
-