org.modeshape.jcr
Class JcrTools.CountNodes

java.lang.Object
  extended by org.modeshape.jcr.JcrTools.BasicOperation
      extended by org.modeshape.jcr.JcrTools.CountNodes
All Implemented Interfaces:
JcrTools.Operation
Enclosing class:
JcrTools

public static class JcrTools.CountNodes
extends JcrTools.BasicOperation


Field Summary
 long numNonSystemNodes
           
 
Fields inherited from class org.modeshape.jcr.JcrTools.BasicOperation
tools
 
Constructor Summary
JcrTools.CountNodes(JcrTools tools)
           
 
Method Summary
 void run(Session s)
           
 
Methods inherited from class org.modeshape.jcr.JcrTools.BasicOperation
assertNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numNonSystemNodes

public long numNonSystemNodes
Constructor Detail

JcrTools.CountNodes

public JcrTools.CountNodes(JcrTools tools)
Method Detail

run

public void run(Session s)
         throws RepositoryException
Throws:
RepositoryException


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