|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.doxia.macro.MacroRequest
public class MacroRequest
MacroRequest class.
| Constructor Summary | |
|---|---|
MacroRequest(Map<String,Object> param,
File base)
Constructor. |
|
| Method Summary | |
|---|---|
File |
getBasedir()
Returns the current base directory. |
Object |
getParameter(String key)
Returns on object from the map of parameters that corresponds to the given key. |
Map<String,Object> |
getParameters()
Returns the map of parameters. |
void |
setBasedir(File base)
Sets the current base directory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MacroRequest(Map<String,Object> param,
File base)
param - A map of parameters.base - The current base directory.| Method Detail |
|---|
public File getBasedir()
public void setBasedir(File base)
base - The current base directory.public Map<String,Object> getParameters()
public Object getParameter(String key)
key - The key to lookup the object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||