|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Command | |
---|---|
net.sf.urlchecker.commands | Provides All the interfaces and classes necessary to identify, verify and validate URLs inside Character streams. |
net.sf.urlchecker.events | Provides all the Classes and interfaces to be used forEvent handling in the urlchecker library. |
net.sf.urlchecker.v2.commands | Provides all necessary commands for use with the new httpClient |
Uses of Command in net.sf.urlchecker.commands |
---|
Classes in net.sf.urlchecker.commands that implement Command | |
---|---|
class |
AbstractCommand
The default implementation of the chain of responsibility for the commands. |
class |
CheckUrlsCommand
The main Command of the URLChecker using the old httpClient from jakarta commons. |
class |
CheckUrlsGeneric<T>
The Abstract Generic CheckUrls Command. |
class |
URLMatchCommand
The URLMatch Command. |
Methods in net.sf.urlchecker.commands that return Command | |
---|---|
Command |
Command.getSuccessor()
Returns the successor. |
Command |
AbstractCommand.getSuccessor()
Returns the successor command.CAUTION: this method will return null if no successor is set during instantiation of the class. |
Constructors in net.sf.urlchecker.commands with parameters of type Command | |
---|---|
AbstractCommand(Command successor)
Instantiates a new abstract command setting the successor command. |
|
CheckUrlsCommand(Command successor,
org.apache.commons.httpclient.HttpClient newClient)
Instantiates a new check URLs command. |
|
CheckUrlsGeneric(Command successor,
T newClient)
Instantiates a new checkURLs generic command. |
|
URLMatchCommand(Command successor)
Instantiates a new URL match command. |
Uses of Command in net.sf.urlchecker.events |
---|
Methods in net.sf.urlchecker.events that return Command | |
---|---|
Command |
ChainEvent.getCommand()
Gets the command. |
Command |
BasicChainEvent.getCommand()
Gets the command. |
Constructors in net.sf.urlchecker.events with parameters of type Command | |
---|---|
BasicChainEvent(Command command,
Context context,
EventTypes eventType)
Instantiates a new basic chain event. |
Uses of Command in net.sf.urlchecker.v2.commands |
---|
Constructors in net.sf.urlchecker.v2.commands with parameters of type Command | |
---|---|
CheckUrlsCommand(Command successor,
org.apache.http.client.HttpClient newClient)
Instantiates a new check URLs command. |
|
CheckUrlsCommand(Command successor,
org.apache.http.client.HttpClient newClient,
org.apache.http.protocol.HttpContext foreignContext)
Instantiates a new check URLs command. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |