uk.ac.bbk.dcs.automed.hdmstore
Class HdmStoreCmd

java.lang.Object
  extended by uk.ac.bbk.dcs.automed.hdmstore.HdmStoreCmd

public class HdmStoreCmd
extends java.lang.Object

A command line processor for the HDM store which can be used as an alternative to the API..

Author:
Dean Williams (dean@dcs.bbk.ac.uk)

Constructor Summary
HdmStoreCmd(java.lang.String[] args)
          Construct a HdmStoreCmd and process the command line arguments
 
Method Summary
static java.lang.String hideInternalSpaces(java.lang.String orig)
          Change any spaces within an edge thats a span to another character
static void main(java.lang.String[] args)
          main creates an HdmStoreCmd and passes the arguments
static java.lang.String returnInternalSpaces(java.lang.String orig)
          Changeback any seperators within an edge thats a span to spaces
static void usage()
          Show the useage message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HdmStoreCmd

public HdmStoreCmd(java.lang.String[] args)
Construct a HdmStoreCmd and process the command line arguments

Method Detail

hideInternalSpaces

public static java.lang.String hideInternalSpaces(java.lang.String orig)
Change any spaces within an edge thats a span to another character


returnInternalSpaces

public static java.lang.String returnInternalSpaces(java.lang.String orig)
Changeback any seperators within an edge thats a span to spaces


usage

public static void usage()
Show the useage message


main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception,
                        java.sql.SQLException,
                        java.io.IOException
main creates an HdmStoreCmd and passes the arguments

Throws:
java.lang.Exception
java.sql.SQLException
java.io.IOException