Class WurbletData
java.lang.Object
org.wurbelizer.wurblet.WurbletData
- All Implemented Interfaces:
Serializable
Class holding the wurblet data.
An instance of this class is serialized per wurblet.
An instance of this class is serialized per wurblet.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWurbletData(String[] source, String[] args) Creates an instance of the wurblet data. -
Method Summary
-
Constructor Details
-
WurbletData
-
-
Method Details
-
getArgs
Gets the preset arguments for the wurblet.- Returns:
- preset (fixed) arguments, null = get from container
-
setArgs
Sets the wurblet arguments (e.g. by the @{args} wurblet command).- Parameters:
args- fixed args, null = get from container
-
getSource
-
setSource
Set the fixed source.- Parameters:
source- fixed source as an array of String.
-