|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CtcpCommand | |
| net.jackofalltrades.irc | |
| net.jackofalltrades.irc.util | |
| Uses of CtcpCommand in net.jackofalltrades.irc |
| Methods in net.jackofalltrades.irc that return CtcpCommand | |
CtcpCommand |
IrcCommand.getCtcpCommand(int index)
Indexed getter for property ctcpCommand. |
| Constructors in net.jackofalltrades.irc with parameters of type CtcpCommand | |
IrcCommand(java.lang.String name,
java.lang.String trailing,
CtcpCommand[] ctcpCommands)
Creates a new named instance of IrcCommand with the
"trailing" message and CTCP commands. |
|
IrcCommand(java.lang.String name,
java.lang.String[] params,
java.lang.String trailing,
CtcpCommand[] ctcpCommands)
Creates a new named instance of IrcCommand with the
specified parameters, a "trailing" message, and CTCP commands. |
|
IrcCommand(IrcPrefix prefix,
java.lang.String name,
java.lang.String trailing,
CtcpCommand[] ctcpCommands)
Creates a new named instance of IrcCommand with the
"trailing" message and CTCP commands. |
|
IrcCommand(IrcPrefix prefix,
java.lang.String name,
java.lang.String[] params,
java.lang.String trailing,
CtcpCommand[] ctcpCommands)
Creates a new named instance of IrcCommand with the
specified parameters, a "trailing" message, and CTCP commands. |
|
| Uses of CtcpCommand in net.jackofalltrades.irc.util |
| Methods in net.jackofalltrades.irc.util that return CtcpCommand | |
static CtcpCommand |
CommandParser.parseCtcpCommand(java.lang.String command)
Parses a string into a CtcpCommand. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||