|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IrcPrefix | |
| net.jackofalltrades.irc | |
| Uses of IrcPrefix in net.jackofalltrades.irc |
| Methods in net.jackofalltrades.irc that return IrcPrefix | |
static IrcPrefix |
IrcPrefix.getInstance(java.lang.String prefix)
Returns an IrcPrefix representing the passed in string. |
static IrcPrefix |
IrcPrefix.getInstance(java.lang.String nickname,
java.lang.String hostname)
Returns an nickname and hostname. |
static IrcPrefix |
IrcPrefix.getInstance(java.lang.String nickname,
java.lang.String identName,
java.lang.String hostname)
Returns an nickname, identName, and
hostname. |
IrcPrefix |
IrcCommand.getPrefix()
Returns the ident prefix of the message's originator. |
| Methods in net.jackofalltrades.irc with parameters of type IrcPrefix | |
void |
IrcCommand.setPrefix(IrcPrefix prefix)
Sets the ident prefix of the message's originator. |
| Constructors in net.jackofalltrades.irc with parameters of type IrcPrefix | |
IrcCommand(IrcPrefix prefix,
java.lang.String name)
Creates a new named instance of IrcCommand. |
|
IrcCommand(IrcPrefix prefix,
java.lang.String name,
java.util.List params)
Creates a new named instance of IrcCommand with the
specified parameters and prefix. |
|
IrcCommand(IrcPrefix prefix,
java.lang.String name,
java.lang.String[] params)
Creates a new named instance of IrcCommand with the
specified parameters. |
|
IrcCommand(IrcPrefix prefix,
java.lang.String name,
java.lang.String[] params,
java.lang.String trailing)
Creates a new named instance of IrcCommand with the
specified parameters and a "trailing" message. |
|
IrcCommand(IrcPrefix prefix,
java.lang.String name,
java.util.List params,
java.lang.String trailing)
Creates a new named instance of IrcCommand with the
specified parameters and a "trailing" message. |
|
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 trailing,
java.util.List 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. |
|
IrcCommand(IrcPrefix prefix,
java.lang.String name,
java.util.List params,
java.lang.String trailing,
java.util.List ctcpCommands)
Creates a new named instance of IrcCommand with the
specified parameters, a "trailing" message, and CTCP commands. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||