org.qriterium.dogma
Class Library

java.lang.Object
  extended by org.qriterium.dogma.Library

public class Library
extends java.lang.Object

Library is a class which consists of some functions that are needed by the graphhandler.


Constructor Summary
Library()
           
 
Method Summary
static void doCleanUp(java.lang.String path)
          Removes all files that end up with "gdf" from the given path.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Library

public Library()
Method Detail

doCleanUp

public static void doCleanUp(java.lang.String path)
Removes all files that end up with "gdf" from the given path.

Parameters:
path - Path to clean up.