Uses of Class
org.apache.jackrabbit.vault.packaging.SubPackageHandling.Option
-
Packages that use SubPackageHandling.Option Package Description org.apache.jackrabbit.vault.packaging org.apache.jackrabbit.vault.packaging.registry.impl -
-
Uses of SubPackageHandling.Option in org.apache.jackrabbit.vault.packaging
Methods in org.apache.jackrabbit.vault.packaging that return SubPackageHandling.Option Modifier and Type Method Description SubPackageHandling.Option
SubPackageHandling.Entry. getOption()
SubPackageHandling.Option
SubPackageHandling. getOption(PackageId id)
Gets the option from the entries list that matches the package last.static SubPackageHandling.Option
SubPackageHandling.Option. valueOf(String name)
Returns the enum constant of this type with the specified name.static SubPackageHandling.Option[]
SubPackageHandling.Option. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.jackrabbit.vault.packaging with parameters of type SubPackageHandling.Option Constructor Description Entry(String groupName, String packageName, SubPackageHandling.Option option)
-
Uses of SubPackageHandling.Option in org.apache.jackrabbit.vault.packaging.registry.impl
Methods in org.apache.jackrabbit.vault.packaging.registry.impl that return types with arguments of type SubPackageHandling.Option Modifier and Type Method Description Map<PackageId,SubPackageHandling.Option>
FSInstallState. getSubPackages()
Method parameters in org.apache.jackrabbit.vault.packaging.registry.impl with type arguments of type SubPackageHandling.Option Modifier and Type Method Description FSInstallState
FSInstallState. withSubPackages(Map<PackageId,SubPackageHandling.Option> subPackages)
-