eu.clarin.cmdi.mdservice.action
Class Helpers

java.lang.Object
  extended by eu.clarin.cmdi.mdservice.action.Helpers

public class Helpers
extends java.lang.Object


Field Summary
private static java.io.PrintStream log
           
 
Constructor Summary
Helpers()
           
 
Method Summary
static void copy(java.io.InputStream in, java.io.OutputStream out)
           
static void notifyUser(java.lang.String msg)
           
static org.w3c.dom.Document readFSLS(java.lang.String infile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static java.io.PrintStream log
Constructor Detail

Helpers

public Helpers()
Method Detail

readFSLS

public static org.w3c.dom.Document readFSLS(java.lang.String infile)

notifyUser

public static void notifyUser(java.lang.String msg)

copy

public static void copy(java.io.InputStream in,
                        java.io.OutputStream out)
                 throws java.io.IOException,
                        java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException