org.sump.analyzer
Class Loader

java.lang.Object
  extended by org.sump.analyzer.Loader

public class Loader
extends java.lang.Object

Loader for the Logic Analyzer Client.

Processes command arguments and starts the UI. After the UI is closed it terminates the VM.

See description for main(String[]) for details on supported arguments.

Version:
0.7
Author:
Michael "Mr. Sump" Poppitz

Constructor Summary
Loader()
          Constructs a new loader.
 
Method Summary
static void main(java.lang.String[] args)
          Starts up the logic analyzer client.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Loader

public Loader()
Constructs a new loader.

Method Detail

main

public static void main(java.lang.String[] args)
Starts up the logic analyzer client. Project ("*.slp") and data ("*.sla") files can be supplied as arguments. The files will then be loaded automatically. If a file cannot be read, the client will exit.

Parameters:
args - arguments