org.apache.jackrabbit.mk.model
Class DiffBuilder

java.lang.Object
  extended by org.apache.jackrabbit.mk.model.DiffBuilder

public class DiffBuilder
extends Object

JSOP Diff Builder


Constructor Summary
DiffBuilder(NodeState before, NodeState after, String path, NodeStore store, String filter)
           
 
Method Summary
 String build()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiffBuilder

public DiffBuilder(NodeState before,
                   NodeState after,
                   String path,
                   NodeStore store,
                   String filter)
Method Detail

build

public String build()
             throws Exception
Throws:
Exception


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.