Uses of Class
org.apache.jackrabbit.vault.packaging.registry.impl.FSInstallState
Packages that use FSInstallState
-
Uses of FSInstallState in org.apache.jackrabbit.vault.packaging.registry.impl
Methods in org.apache.jackrabbit.vault.packaging.registry.impl that return FSInstallStateModifier and TypeMethodDescriptionstatic @Nullable FSInstallStateParsesInstallStatefrom metafile.static @Nullable FSInstallStateFSInstallState.fromStream(InputStream in, String systemId) ParsesInstallStatefrom metafile.FSInstallState.withDependencies(Set<Dependency> dependencies) FSInstallState.withExternal(boolean external) FSInstallState.withFilter(WorkspaceFilter filter) FSInstallState.withInstallTime(Long installTime) FSInstallState.withProperties(Properties properties) FSInstallState.withSize(long size) FSInstallState.withSubPackages(Map<PackageId, SubPackageHandling.Option> subPackages) Constructors in org.apache.jackrabbit.vault.packaging.registry.impl with parameters of type FSInstallStateModifierConstructorDescriptionFsPackageProperties(FSInstallState installState) FSRegisteredPackage(FSPackageRegistry registry, FSInstallState installState)