|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PlCommand
Interface for a PL command.
| Method Summary | |
|---|---|
void |
execute(java.io.Reader reader)
Execute the PL command. |
java.lang.String |
getParameter()
Returns the parameter. |
void |
setParameter(java.lang.String p)
Set the parameter. |
| Method Detail |
|---|
void execute(java.io.Reader reader)
throws java.io.IOException
reader - The reader.
java.io.IOException - if an IO-error occurred.java.lang.String getParameter()
void setParameter(java.lang.String p)
p - The parameter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||