DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.ndr.util
Class NDRRepoTester

java.lang.Object
  extended by org.dlese.dpc.schemedit.ndr.util.NDRRepoTester

public class NDRRepoTester
extends Object

Utilities for testing an NDR repository - can we create and modify a resource??

Author:
ostwald


Constructor Summary
NDRRepoTester()
           
 
Method Summary
static void main(String[] args)
          The main program for the NDRRepoTester class
static void setDebug(boolean bool)
          Sets the debug attribute of the NDRRepoTester class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NDRRepoTester

public NDRRepoTester()
              throws Exception
Throws:
Exception
Method Detail

main

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

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

setDebug

public static void setDebug(boolean bool)
Sets the debug attribute of the NDRRepoTester class

Parameters:
bool - The new debug value

DLESE Tools
v1.6.0