org.modeshape.jcr
Class JcrTools.BasicOperation

java.lang.Object
  extended by org.modeshape.jcr.JcrTools.BasicOperation
All Implemented Interfaces:
JcrTools.Operation
Direct Known Subclasses:
JcrTools.BrowseContent, JcrTools.CountNodes, JcrTools.PrintNodes
Enclosing class:
JcrTools

public abstract static class JcrTools.BasicOperation
extends Object
implements JcrTools.Operation


Field Summary
protected  JcrTools tools
           
 
Constructor Summary
protected JcrTools.BasicOperation(JcrTools tools)
           
 
Method Summary
protected  Node assertNode(Session session, String path, String primaryType, String... mixinTypes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.modeshape.jcr.JcrTools.Operation
run
 

Field Detail

tools

protected JcrTools tools
Constructor Detail

JcrTools.BasicOperation

protected JcrTools.BasicOperation(JcrTools tools)
Method Detail

assertNode

protected Node assertNode(Session session,
                          String path,
                          String primaryType,
                          String... mixinTypes)
                   throws RepositoryException
Throws:
RepositoryException


Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.