Uses of Class
org.apache.jackrabbit.standalone.cli.CommandException
-
Packages that use CommandException Package Description org.apache.jackrabbit.standalone.cli org.apache.jackrabbit.standalone.cli.info org.apache.jackrabbit.standalone.cli.xml -
-
Uses of CommandException in org.apache.jackrabbit.standalone.cli
Subclasses of CommandException in org.apache.jackrabbit.standalone.cli Modifier and Type Class Description 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.Methods in org.apache.jackrabbit.standalone.cli that throw CommandException Modifier and Type Method Description static Node
CommandHelper. getCurrentNode(org.apache.commons.chain.Context ctx)
Gets the current workingNode
static Item
CommandHelper. getItem(org.apache.commons.chain.Context ctx, String path)
Gets theItem
at the given path.static Node
CommandHelper. getNode(org.apache.commons.chain.Context ctx, String path)
Gets theNode
at the given path.static Repository
CommandHelper. getRepository(org.apache.commons.chain.Context ctx)
Gets the current workingRepository
static String
CommandHelper. getRepositoryAddress(org.apache.commons.chain.Context ctx)
static Session
CommandHelper. getSession(org.apache.commons.chain.Context ctx)
Gets the current workingSession
static boolean
CommandHelper. hasNode(org.apache.commons.chain.Context ctx, String path)
ChecksNode
existence.static void
CommandHelper. setSession(org.apache.commons.chain.Context ctx, Session session)
Sets the current workingSession
-
Uses of CommandException in org.apache.jackrabbit.standalone.cli.info
Subclasses of CommandException in org.apache.jackrabbit.standalone.cli.info Modifier and Type Class Description class
JcrInfoCommandException
Exception thrown by Info CommandsMethods in org.apache.jackrabbit.standalone.cli.info that throw CommandException Modifier and Type Method Description protected abstract Iterator
AbstractLsItems. getItems(org.apache.commons.chain.Context ctx)
protected Iterator
LsCollectedItems. getItems(org.apache.commons.chain.Context ctx)
protected Iterator
LsItems. getItems(org.apache.commons.chain.Context ctx)
protected abstract Iterator
AbstractLsNodes. getNodes(org.apache.commons.chain.Context ctx)
protected Iterator
LsCollectedNodes. getNodes(org.apache.commons.chain.Context ctx)
protected Iterator
LsNodes. 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)
-
Uses of CommandException in org.apache.jackrabbit.standalone.cli.xml
Methods in org.apache.jackrabbit.standalone.cli.xml that throw CommandException Modifier and Type Method Description protected OutputStream
AbstractExportViewToFile. getOutputStream(org.apache.commons.chain.Context ctx)
-