org.apache.jackrabbit.examples
Class FirstSteps

java.lang.Object
  extended byorg.apache.jackrabbit.examples.FirstSteps

public class FirstSteps
extends java.lang.Object

The First Steps example class.


Constructor Summary
FirstSteps(javax.jcr.Repository repository)
           
 
Method Summary
static void dump(javax.jcr.Node node)
          Dumps the contents of the given node to standard output.
 void run()
          Run the First Steps example.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FirstSteps

public FirstSteps(javax.jcr.Repository repository)
Method Detail

run

public void run()
Run the First Steps example.


dump

public static void dump(javax.jcr.Node node)
                 throws javax.jcr.RepositoryException
Dumps the contents of the given node to standard output.

Parameters:
node - the node to be dumped
Throws:
javax.jcr.RepositoryException - on repository errors


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