org.apache.jackrabbit.standalone.cli
Class JcrClient

java.lang.Object
  extended by org.apache.jackrabbit.standalone.cli.JcrClient

public class JcrClient
extends Object

Command line interface client


Constructor Summary
JcrClient(org.apache.commons.chain.Context ctx)
          Constructor
 
Method Summary
static void main(String[] args)
           
 void runInteractive()
          Run in interactive mode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JcrClient

public JcrClient(org.apache.commons.chain.Context ctx)
Constructor

Parameters:
ctx - the Context
Method Detail

main

public static void main(String[] args)
Parameters:
args - the arguments

runInteractive

public void runInteractive()
                    throws Exception
Run in interactive mode

Throws:
Exception - if an Exception occurs


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.