Ontimize Document Management 0.035EN

com.ontimize.dms.client.gui.conf
Class InternalConfig

java.lang.Object
  extended by com.ontimize.dms.client.gui.conf.InternalConfig

public class InternalConfig
extends java.lang.Object

DMS Tree configuration XML file parser.

Since:
23/06/2009, 15/02/2010 Improved error messages.

Constructor Summary
InternalConfig()
           
 
Method Summary
static InternalConfigModel read(java.io.InputStream resource)
           
static InternalConfigModel read(java.lang.String resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalConfig

public InternalConfig()
Method Detail

read

public static InternalConfigModel read(java.lang.String resource)

read

public static InternalConfigModel read(java.io.InputStream resource)

Ontimize Document Management