|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.definition.DefinitionLoader
Handles the loading of the definition in various ways and formats.
Field Summary | |
static String |
DEFAULT_DEFINITION_FILE_NAME
The default name for the definition file. |
static String |
DEFAULT_SYSTEM
The UUID of the single AspectWerkz system if only one definition is used. |
static String |
DEFINITION_FILE
The path to the definition file. |
Constructor Summary | |
DefinitionLoader()
|
Method Summary | |
static List |
getDefaultDefinition(ClassLoader loader)
Returns the default defintion. |
static List |
getDefaultDefinitionAspectNames()
Returns the aspect names in the default definition. |
static SystemDefinition |
getDefinition(ClassLoader loader,
String uuid)
Loads the aspectwerkz definition from disk based on a specific UUID. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String DEFAULT_SYSTEM
public static final String DEFINITION_FILE
public static final String DEFAULT_DEFINITION_FILE_NAME
Constructor Detail |
public DefinitionLoader()
Method Detail |
public static SystemDefinition getDefinition(ClassLoader loader, String uuid)
loader
- the current class loaderuuid
- the uuid for the weave model to load
public static List getDefaultDefinition(ClassLoader loader)
loader
-
public static List getDefaultDefinitionAspectNames()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |