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

java.lang.Object
  extended byedu.umd.cfar.lamp.viper.gui.core.PrintVersion
All Implemented Interfaces:
TriggerHandler

public class PrintVersion
extends java.lang.Object
implements TriggerHandler

Print the version number to the command line.


Constructor Summary
PrintVersion()
           
 
Method Summary
 void invoke(PrefsManager prefs, com.hp.hpl.jena.rdf.model.Resource def, java.lang.String value)
          Invokes the given trigger using the given command line value, if it exists.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintVersion

public PrintVersion()
Method Detail

invoke

public void invoke(PrefsManager prefs,
                   com.hp.hpl.jena.rdf.model.Resource def,
                   java.lang.String value)
Description copied from interface: TriggerHandler
Invokes the given trigger using the given command line value, if it exists.

Specified by:
invoke in interface TriggerHandler
Parameters:
prefs - The preferences to modify.
def - The RDF resource that defined the handler
value - The value passed from the command line or java property.