|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.wurbelizer.WurbletData
public class WurbletData
Class holding the wurblet data. An instance of this class is serialized per wurblet.
| Constructor Summary | |
|---|---|
WurbletData(String[] source,
String[] args)
Creates an instance of the wurblet data. |
|
| Method Summary | |
|---|---|
String[] |
getArgs()
Gets the preset arguments for the wurblet. |
String[] |
getSource()
Get the fixed source. |
void |
setArgs(String[] args)
Sets the wurblet arguments (e.g. |
void |
setSource(String[] source)
Set the fixed source. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WurbletData(String[] source,
String[] args)
source - the fixed source part.args - the wurblet args. null = provided by container.| Method Detail |
|---|
public String[] getArgs()
public void setArgs(String[] args)
args - fixed args, null = get from containerpublic String[] getSource()
public void setSource(String[] source)
source - fixed source as an array of String.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||