org.apache.maven.doxia.macro
public class MacroRequest extends java.lang.Object
MacroRequest class.
Constructor and Description |
---|
MacroRequest(java.util.Map param,
java.io.File base)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.io.File |
getBasedir()
Returns the current base directory.
|
java.lang.Object |
getParameter(java.lang.String key)
Returns on object from the map of parameters
that corresponds to the given key.
|
java.util.Map |
getParameters()
Returns the map of parameters.
|
void |
setBasedir(java.io.File base)
Sets the current base directory.
|
public MacroRequest(java.util.Map param, java.io.File base)
param
- A map of parameters.base
- The current base directory.public java.io.File getBasedir()
public void setBasedir(java.io.File base)
base
- The current base directory.public java.util.Map getParameters()
public java.lang.Object getParameter(java.lang.String key)
key
- The key to lookup the object.Copyright © 2005-2014. All Rights Reserved.