org.apache.maven.doxia.macro
public class MacroRequest extends Object
Since: 1.0
Version: $Id: MacroRequest.java 567311 2007-08-18 18:30:54Z vsiveton $
| Constructor Summary | |
|---|---|
| MacroRequest(Map 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 | getParameters()
Returns the map of parameters.
|
| void | setBasedir(File base)
Sets the current base directory.
|
Parameters: param A map of parameters. base The current base directory.
Returns: The base dir.
Parameters: key The key to lookup the object.
Returns: The value object.
Returns: The map of parameters.
Parameters: base The current base directory.