public static enum ContentPackage2FeatureModelConverter.PackagePolicy extends Enum<ContentPackage2FeatureModelConverter.PackagePolicy>
| Enum Constant and Description |
|---|
DROP
Deprecated.
|
PUT_IN_DEDICATED_FOLDER
Deploys the content package via the
ContentPackage2FeatureModelConverter.unreferencedArtifactsDeployer |
REFERENCE
References the content package in the feature model and deploys via the
ContentPackage2FeatureModelConverter.artifactsDeployer |
| Modifier and Type | Method and Description |
|---|---|
static ContentPackage2FeatureModelConverter.PackagePolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentPackage2FeatureModelConverter.PackagePolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentPackage2FeatureModelConverter.PackagePolicy REFERENCE
ContentPackage2FeatureModelConverter.artifactsDeployerpublic static final ContentPackage2FeatureModelConverter.PackagePolicy DROP
public static final ContentPackage2FeatureModelConverter.PackagePolicy PUT_IN_DEDICATED_FOLDER
ContentPackage2FeatureModelConverter.unreferencedArtifactsDeployerpublic static ContentPackage2FeatureModelConverter.PackagePolicy[] values()
for (ContentPackage2FeatureModelConverter.PackagePolicy c : ContentPackage2FeatureModelConverter.PackagePolicy.values()) System.out.println(c);
public static ContentPackage2FeatureModelConverter.PackagePolicy valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2007–2022 The Apache Software Foundation. All rights reserved.