Uses of Class
org.apache.jackrabbit.vault.packaging.registry.impl.FSPackageStatus
-
Packages that use FSPackageStatus Package Description org.apache.jackrabbit.vault.packaging.registry.impl -
-
Uses of FSPackageStatus in org.apache.jackrabbit.vault.packaging.registry.impl
Methods in org.apache.jackrabbit.vault.packaging.registry.impl that return FSPackageStatus Modifier and Type Method Description FSPackageStatus
FSInstallState. getStatus()
static FSPackageStatus
FSPackageStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static FSPackageStatus[]
FSPackageStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.jackrabbit.vault.packaging.registry.impl with parameters of type FSPackageStatus Constructor Description FSInstallState(@NotNull PackageId pid, @NotNull FSPackageStatus status, @NotNull Path filePath)
-