Uses of Class
org.apache.jackrabbit.vault.packaging.PackageType
-
Packages that use PackageType Package Description org.apache.jackrabbit.vault.packaging org.apache.jackrabbit.vault.packaging.impl -
-
Uses of PackageType in org.apache.jackrabbit.vault.packaging
Methods in org.apache.jackrabbit.vault.packaging that return PackageType Modifier and Type Method Description @NotNull PackageTypePackageInfo. getPackageType()Returns the package type.@Nullable PackageTypePackageProperties. getPackageType()Returns the package type ornullif no package type was specified for this package.static PackageTypePackageType. valueOf(String name)Returns the enum constant of this type with the specified name.static PackageType[]PackageType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PackageType in org.apache.jackrabbit.vault.packaging.impl
Methods in org.apache.jackrabbit.vault.packaging.impl that return PackageType Modifier and Type Method Description PackageTypeDefaultPackageInfo. getPackageType()Returns the package type.@Nullable PackageTypeJcrPackageDefinitionImpl. getPackageType()@Nullable PackageTypePackagePropertiesImpl. getPackageType()Returns the package type ornullif no package type was specified for this package.Constructors in org.apache.jackrabbit.vault.packaging.impl with parameters of type PackageType Constructor Description DefaultPackageInfo(PackageId id, WorkspaceFilter filter, PackageType packageType)
-