Uses of Class
org.apache.jackrabbit.command.CommandException

Packages that use CommandException
org.apache.jackrabbit.command   
org.apache.jackrabbit.command.cli   
org.apache.jackrabbit.command.info   
org.apache.jackrabbit.command.xml   
 

Uses of CommandException in org.apache.jackrabbit.command
 

Methods in org.apache.jackrabbit.command that throw CommandException
static void CommandHelper.setSession(org.apache.commons.chain.Context ctx, javax.jcr.Session session)
          Sets the current working Session
static javax.jcr.Node CommandHelper.getCurrentNode(org.apache.commons.chain.Context ctx)
          Gets the current working Node
static javax.jcr.Repository CommandHelper.getRepository(org.apache.commons.chain.Context ctx)
          Gets the current working Repository
static javax.jcr.Session CommandHelper.getSession(org.apache.commons.chain.Context ctx)
          Gets the current working Session
static javax.jcr.Node CommandHelper.getNode(org.apache.commons.chain.Context ctx, String path)
          Gets the Node at the given path.
static javax.jcr.Item CommandHelper.getItem(org.apache.commons.chain.Context ctx, String path)
          Gets the Item at the given path.
static boolean CommandHelper.hasNode(org.apache.commons.chain.Context ctx, String path)
          Checks Node existence.
 

Uses of CommandException in org.apache.jackrabbit.command.cli
 

Subclasses of CommandException in org.apache.jackrabbit.command.cli
 class ConfigurationException
          This Exception is thrown when there's an error in the command config file.
 class JcrParserException
          Exception thrown if any error occurs while parsing the user's input.
 

Uses of CommandException in org.apache.jackrabbit.command.info
 

Subclasses of CommandException in org.apache.jackrabbit.command.info
 class JcrInfoCommandException
          Exception thrown by Info Commands
 

Methods in org.apache.jackrabbit.command.info that throw CommandException
protected  Iterator LsItems.getItems(org.apache.commons.chain.Context ctx)
          
protected  Iterator LsNodes.getNodes(org.apache.commons.chain.Context ctx)
          
protected abstract  Iterator AbstractLsNodes.getNodes(org.apache.commons.chain.Context ctx)
           
protected  Iterator LsCollectedItems.getItems(org.apache.commons.chain.Context ctx)
          
protected  Iterator LsCollectedNodes.getNodes(org.apache.commons.chain.Context ctx)
          
protected  Iterator LsCollectedProperties.getProperties(org.apache.commons.chain.Context ctx)
          
protected  Iterator LsProperties.getProperties(org.apache.commons.chain.Context ctx)
          
protected abstract  Iterator AbstractLsItems.getItems(org.apache.commons.chain.Context ctx)
           
 

Uses of CommandException in org.apache.jackrabbit.command.xml
 

Methods in org.apache.jackrabbit.command.xml that throw CommandException
protected  OutputStream AbstractExportViewToFile.getOutputStream(org.apache.commons.chain.Context ctx)
           
 



Copyright © 2005 . All Rights Reserved.