Ontimize Document Management 0.032EN

com.ontimize.dms.jcr
Class CpCheck

java.lang.Object
  extended by com.ontimize.dms.jcr.CpCheck

public class CpCheck
extends java.lang.Object


Nested Class Summary
protected static class CpCheck.CpItem
           
 
Field Summary
protected static java.lang.String BRANCH_CLOSE
           
protected static java.lang.String BRANCH_OPEN
           
protected  java.util.Map map
           
protected static java.lang.String SEPARATOR_BAR
           
protected static java.lang.String SEPARATOR_COMMA
           
 
Constructor Summary
CpCheck(java.lang.String resource)
           
 
Method Summary
 void check()
           
protected  void checkItem(CpCheck.CpItem item)
           
protected  java.util.Map load(java.lang.String resource)
           
protected  void parseError(java.lang.String message, java.lang.String cause)
           
protected  CpCheck.CpItem parseItem(java.lang.String item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEPARATOR_COMMA

protected static final java.lang.String SEPARATOR_COMMA
See Also:
Constant Field Values

SEPARATOR_BAR

protected static final java.lang.String SEPARATOR_BAR
See Also:
Constant Field Values

BRANCH_OPEN

protected static final java.lang.String BRANCH_OPEN
See Also:
Constant Field Values

BRANCH_CLOSE

protected static final java.lang.String BRANCH_CLOSE
See Also:
Constant Field Values

map

protected java.util.Map map
Constructor Detail

CpCheck

public CpCheck(java.lang.String resource)
Method Detail

load

protected java.util.Map load(java.lang.String resource)

check

public void check()
           throws java.lang.Exception
Throws:
java.lang.Exception

parseItem

protected CpCheck.CpItem parseItem(java.lang.String item)

checkItem

protected void checkItem(CpCheck.CpItem item)
                  throws java.lang.Exception
Throws:
java.lang.Exception

parseError

protected void parseError(java.lang.String message,
                          java.lang.String cause)
                   throws CpException
Throws:
CpException

Ontimize Document Management