public class ClassEnablement extends Object
| Constructor and Description |
|---|
ClassEnablement(Class<?> javaClass,
String location,
Integer explicitPriority) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Class<?> |
getEnabledClass() |
String |
getLocation() |
Integer |
getPriority()
Returns the priority of the enabled class or null if there is no explicit priority associated with the given enablement.
|
int |
hashCode() |
String |
toString() |
Copyright © 2012 Seam Framework. All Rights Reserved.