edu.umd.cfar.lamp.viper.gui.core
Class SimpleLoader

java.lang.Object
  extended byedu.umd.cfar.lamp.viper.gui.core.SimpleLoader

public class SimpleLoader
extends java.lang.Object

Simple viewer of viper files. Useful for debugging, especially when the error might be in the application loader.


Constructor Summary
SimpleLoader()
           
 
Method Summary
static void main(java.lang.String[] args)
          Create a simple view of the viper file passed in the command line argument.
static void printUsage()
          Prints usage error string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleLoader

public SimpleLoader()
Method Detail

main

public static void main(java.lang.String[] args)
Create a simple view of the viper file passed in the command line argument. Attempts to create a view of the first sourcefile found in the metadatafile, searching the user's file system if necessary.

Parameters:
args - the command line arguments

printUsage

public static void printUsage()
Prints usage error string.