|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlejos.pc.comm.NXTCommLoggable
lejos.pc.tools.NXJUpload
public class NXJUpload
Command-line utility to upload a linked binary to the NXT.
Field Summary |
---|
Fields inherited from class lejos.pc.comm.NXTCommLoggable |
---|
fLogListeners |
Constructor Summary | |
---|---|
NXJUpload()
Create a NXJUpload object |
Method Summary | |
---|---|
void |
addLogListener(ToolsLogListener listener)
Register log listener |
static void |
main(String[] args)
Main entry point |
void |
removeLogListener(ToolsLogListener listener)
Unregister log listener |
void |
run(String[] args)
Run the utility. |
Methods inherited from class lejos.pc.comm.NXTCommLoggable |
---|
addLogListener, log, log, removeLogListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NXJUpload()
Method Detail |
---|
public static void main(String[] args)
args
- command line argumentspublic void run(String[] args) throws TinyVMException, NXJUploadException
args
- the command line arguments
TinyVMException
NXJUploadException
public void addLogListener(ToolsLogListener listener)
listener
- public void removeLogListener(ToolsLogListener listener)
listener
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |