| Modifier and Type | Method and Description |
|---|---|
PackagingType |
ExcludedDependencyBuilder.getPackagingTypeEnum() |
PackagingType |
DependencyBuilder.getPackagingTypeEnum() |
PackagingType |
DependencyImpl.getPackagingTypeEnum() |
PackagingType |
Dependency.getPackagingTypeEnum()
Get the
PackagingType of this Dependency, if the type is not one of the default supported types,
OTHER will be returned; |
| Modifier and Type | Method and Description |
|---|---|
DependencyBuilder |
DependencyBuilder.setPackagingType(PackagingType type) |
void |
DependencyImpl.setPackagingType(PackagingType packagingType) |
| Modifier and Type | Method and Description |
|---|---|
PackagingType |
PackagingFacet.getPackagingType()
Get the packaging type currently in use by this project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PackagingFacet.setPackagingType(PackagingType type)
Set the packaging type currently in use by this project.
|
| Modifier and Type | Method and Description |
|---|---|
static PackagingType |
PackagingType.from(String type) |
static PackagingType |
PackagingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PackagingType[] |
PackagingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PackagingType |
PackagingChanged.getNewPackagingType() |
PackagingType |
PackagingChanged.getOldPackagingType() |
| Constructor and Description |
|---|
PackagingChanged(Project project,
PackagingType old,
PackagingType newType) |
| Modifier and Type | Method and Description |
|---|---|
static List<PackagingType> |
ConstraintInspector.getCompatiblePackagingTypes(Class<?> type)
Inspect the given
Class for any dependencies to PackagingType types. |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.