|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.devexperts.qd.tools.AbstractTool
com.devexperts.qd.tools.Post
@ToolSummary(info="Sends records to an agent.", argString="", arguments=" -- uplink address to post to (see @link{address})") public class Post
Field Summary |
---|
Fields inherited from class com.devexperts.qd.tools.AbstractTool |
---|
options |
Constructor Summary | |
---|---|
Post()
|
Method Summary | |
---|---|
protected void |
executeImpl(java.lang.String[] args)
Executes this concrete tool. |
protected Option[] |
getOptions()
Returns array with all options used by this tool. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class com.devexperts.qd.tools.AbstractTool |
---|
closeOnExit, execute, generateHelpSummary, mustWaitForeverAtEnd, mustWaitWhileActive, noArguments, wrongNumberOfArguments |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Post()
Method Detail |
---|
protected Option[] getOptions()
AbstractTool
getOptions
in class AbstractTool
protected void executeImpl(java.lang.String[] args) throws BadToolParametersException, ToolInitializationException
AbstractTool
executeImpl
in class AbstractTool
args
- arguments
BadToolParametersException
- if arguments are invalid.
ToolInitializationException
- if some error occurred.public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |