|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.peaseplate.internal.lang.command.AbstractCommand org.peaseplate.internal.lang.command.AbstractSingleParameterCommand
public abstract class AbstractSingleParameterCommand
Constructor Summary | |
---|---|
AbstractSingleParameterCommand(TemplateLocator locator,
int line,
int column,
ICommand command)
|
Method Summary | |
---|---|
java.lang.Object |
callCommand(BuildContext context)
|
ICommand |
getCommand()
|
Methods inherited from class org.peaseplate.internal.lang.command.AbstractCommand |
---|
getColumn, getLine, getLocator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.peaseplate.internal.lang.command.ICommand |
---|
call |
Constructor Detail |
---|
public AbstractSingleParameterCommand(TemplateLocator locator, int line, int column, ICommand command)
Method Detail |
---|
public ICommand getCommand()
public java.lang.Object callCommand(BuildContext context) throws TemplateRuntimeException
TemplateRuntimeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |