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 PackageType
PackageInfo. getPackageType()
Returns the package type.@Nullable PackageType
PackageProperties. getPackageType()
Returns the package type ornull
if not package type was specified for this package.static PackageType
PackageType. 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 PackageType
DefaultPackageInfo. getPackageType()
Returns the package type.@Nullable PackageType
JcrPackageDefinitionImpl. getPackageType()
@Nullable PackageType
PackagePropertiesImpl. getPackageType()
Returns the package type ornull
if not 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)
-