DLESE Tools
v1.6.0

org.dlese.dpc.xml.schema
Class Log

java.lang.Object
  extended by org.dlese.dpc.xml.schema.Log

public class Log
extends Object


Constructor Summary
Log()
           
 
Method Summary
 void add(String msg)
           
 void clear()
           
 List getEntries()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log

public Log()
Method Detail

size

public int size()

add

public void add(String msg)

getEntries

public List getEntries()

clear

public void clear()

DLESE Tools
v1.6.0