DLESE Tools
v1.6.0

org.dlese.dpc.ndr.test
Class TestInfoStream

java.lang.Object
  extended by org.dlese.dpc.ndr.test.TestInfoStream

public class TestInfoStream
extends Object

NOT YET DOCUMENTED

Author:
Jonathan Ostwald

Constructor Summary
TestInfoStream()
           
 
Method Summary
static void getNdrInfoLink()
          NOT implemented - test the algorithm to derive an NDR Oai link
static void main(String[] args)
          The main program for the TestInfoStream class
static void makeInfoStream()
          tester for creation and insertion of info streams in requests.
protected static void pp(Node node)
          Prints a dom4j.Node as formatted string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestInfoStream

public TestInfoStream()
Method Detail

main

public static void main(String[] args)
                 throws Exception
The main program for the TestInfoStream class

Parameters:
args - The command line arguments
Throws:
Exception - NOT YET DOCUMENTED

getNdrInfoLink

public static void getNdrInfoLink()
NOT implemented - test the algorithm to derive an NDR Oai link


makeInfoStream

public static void makeInfoStream()
                           throws Exception
tester for creation and insertion of info streams in requests.

Throws:
Exception - NOT YET DOCUMENTED

pp

protected static void pp(Node node)
Prints a dom4j.Node as formatted string.

Parameters:
node - NOT YET DOCUMENTED

DLESE Tools
v1.6.0