|
Forge - Shell API 1.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.forge.shell.util.ConstraintInspector
public abstract class ConstraintInspector
Used to inspect types that may or may not depend on Facets or PackagingTypes
| Constructor Summary | |
|---|---|
ConstraintInspector()
|
|
| Method Summary | |
|---|---|
static List<PackagingType> |
getCompatiblePackagingTypes(Class<?> type)
Inspect the given Class for any dependencies to PackagingType types. |
static List<Class<? extends Facet>> |
getFacetDependencies(Class<?> type)
Inspect the given Class for any dependencies to Facet types. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConstraintInspector()
| Method Detail |
|---|
public static String getName(Class<?> type)
public static List<Class<? extends Facet>> getFacetDependencies(Class<?> type)
Class for any dependencies to Facet types.
public static List<PackagingType> getCompatiblePackagingTypes(Class<?> type)
Class for any dependencies to PackagingType types.
public static boolean requiresProject(Class<?> type)
Class type for a dependency on an active project.
|
Forge - Shell API 1.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||