org.apache.jackrabbit.mk.model
Class MutableNode
java.lang.Object
org.apache.jackrabbit.mk.model.AbstractNode
org.apache.jackrabbit.mk.model.MutableNode
- All Implemented Interfaces:
- Node, PersistHook
public class MutableNode
- extends AbstractNode
- implements PersistHook
MutableNode
public MutableNode(RevisionProvider provider,
String path)
MutableNode
public MutableNode(Node other,
RevisionProvider provider,
String path)
add
public ChildNode add(ChildNode newEntry)
remove
public ChildNode remove(String name)
rename
public ChildNode rename(String oldName,
String newName)
prePersist
public void prePersist(RevisionStore store)
throws Exception
- Specified by:
prePersist in interface PersistHook
- Throws:
Exception
postPersist
public void postPersist(RevisionStore store)
throws Exception
- Specified by:
postPersist in interface PersistHook
- Throws:
Exception
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.