|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.user1.union.core.def.ModuleDef
public class ModuleDef
A ModuleDef defines how a module should be constructed.
| Field Summary | |
|---|---|
static java.lang.String |
ATTR_SCRIPT_FILE
If the module is written as a script this attribute is a path to the script file from UNION_HOME/modules. |
static java.lang.String |
CLASS
Denotes that the module is written as a Java class. |
static java.lang.String |
SCRIPT
Denotes that the module is written using a scripting language. |
| Constructor Summary | |
|---|---|
ModuleDef()
|
|
| Method Summary | |
|---|---|
void |
addAttribute(java.lang.String name,
java.lang.String value)
Add an attribute to the module. |
java.util.Map<java.lang.String,java.lang.String> |
getAttributes()
Get the attributes that have been set for the module. |
java.lang.String |
getID()
Gets the ID of the module. |
java.lang.String |
getSource()
Get the source (the Java class or script name) for the module. |
java.lang.String |
getType()
Gets the module type (SCRIPT or CLASS) |
void |
setID(java.lang.String moduleID)
Set the ID of the module. |
void |
setSource(java.lang.String code)
Set the source (the Java class or script name) for the module. |
void |
setType(java.lang.String type)
Set the module type (SCRIPT or CLASS) |
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CLASS
public static final java.lang.String SCRIPT
public static final java.lang.String ATTR_SCRIPT_FILE
| Constructor Detail |
|---|
public ModuleDef()
| Method Detail |
|---|
public void setID(java.lang.String moduleID)
moduleID - - the ID of the modulepublic java.lang.String getID()
public java.lang.String getType()
public void setType(java.lang.String type)
type - - the module typepublic void setSource(java.lang.String code)
code - - the source for the modulepublic java.lang.String getSource()
public void addAttribute(java.lang.String name,
java.lang.String value)
name - - the name of the attributevalue - - the value of the attributepublic java.util.Map<java.lang.String,java.lang.String> getAttributes()
public void validate()
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||