static class Compiler.CmdlinePackagerListener extends java.lang.Object implements PackagerListener
MSG_DEBUG, MSG_ERR, MSG_INFO, MSG_VERBOSE, MSG_WARN
Constructor and Description |
---|
Compiler.CmdlinePackagerListener() |
Modifier and Type | Method and Description |
---|---|
void |
packagerMsg(java.lang.String info)
Print a message to the console at default priority (MSG_INFO).
|
void |
packagerMsg(java.lang.String info,
int priority)
Print a message to the console at the specified priority.
|
void |
packagerStart()
Called when the packager starts.
|
void |
packagerStop()
Called when the packager stops.
|
public void packagerMsg(java.lang.String info)
packagerMsg
in interface PackagerListener
info
- The information.public void packagerMsg(java.lang.String info, int priority)
packagerMsg
in interface PackagerListener
info
- The information.priority
- The priority of the message.public void packagerStart()
packagerStart
in interface PackagerListener
public void packagerStop()
packagerStop
in interface PackagerListener