|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Command
The URLChecker Command interface. All Commands must have the chain of
responsibilities design pattern in mind. For this it is best to extend the
AbstractCommand
and call
super.process(Context) method after finished processing in the specific
command.
$Id: Command.java 181 2010-12-12 23:39:00Z georgosn $
Method Summary | |
---|---|
Command |
getSuccessor()
Returns the successor. |
Set<Result> |
process(Context input)
This method processes the input Context and forwards the results on to
the successor. |
Method Detail |
---|
Command getSuccessor()
Set<Result> process(Context input) throws org.apache.commons.configuration.ConfigurationException
Context
and forwards the results on to
the successor.
input
- the input
org.apache.commons.configuration.ConfigurationException
- the configuration exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |