|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.izforge.izpack.compiler.Compiler.CmdlinePackagerListener
static class Compiler.CmdlinePackagerListener
Used to handle the packager messages in the command-line mode.
Field Summary |
---|
Fields inherited from interface com.izforge.izpack.compiler.PackagerListener |
---|
MSG_DEBUG, MSG_ERR, MSG_INFO, MSG_VERBOSE, MSG_WARN |
Constructor Summary | |
---|---|
Compiler.CmdlinePackagerListener()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
Compiler.CmdlinePackagerListener()
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |