public abstract class ConstraintInspector extends Object
Facets or PackagingTypes| Constructor and Description |
|---|
ConstraintInspector() |
| Modifier and Type | Method and Description |
|---|---|
static List<PackagingType> |
getCompatiblePackagingTypes(Class<?> type)
Inspect the given
Class for any dependencies to PackagingType types. |
static List<Class<? extends Facet>> |
getFacetDependencies(Class<?> type)
|
static String |
getName(Class<?> type)
Return the name of the given bean type.
|
static boolean |
requiresProject(Class<?> type)
Inspect the given
Class type for a dependency on an active project. |
public static List<PackagingType> getCompatiblePackagingTypes(Class<?> type)
Class for any dependencies to PackagingType types.Copyright © 2013 JBoss by Red Hat. All Rights Reserved.