|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tinyjee.maven.dim.sources.AbstractParametricVelocityTool<E>
public class AbstractParametricVelocityTool<E extends AbstractParametricVelocityTool>
Is an abstract base for tools that
| Constructor Summary | |
|---|---|
AbstractParametricVelocityTool()
|
|
| Method Summary | |
|---|---|
E |
clear()
Clears all parameters form the internally maintained parameter list. |
String |
get(String key)
Returns the current value of the internally stored parameter for the given key. |
protected Map<String,String> |
nextInvocationParameters()
Creates the next parameters to be used to invoke a command inside this tool. |
E |
put(String key,
String value)
Sets a parameter that will be used with the next invocation. |
E |
remove(String key)
Removes a parameter form the internally maintained parameter list. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractParametricVelocityTool()
| Method Detail |
|---|
public String get(String key)
key - the name of the parameter to get.
public E put(String key,
String value)
key - the name of the parameter to set.value - the value to set.
public E remove(String key)
key - the name of the parameter to unset.
public E clear()
protected Map<String,String> nextInvocationParameters()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||