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.cliSubclasses of CommandException in org.apache.jackrabbit.standalone.cli Modifier and Type Class Description classConfigurationExceptionThis Exception is thrown when there's an error in the command config file.classJcrParserExceptionException 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 NodeCommandHelper. getCurrentNode(org.apache.commons.chain.Context ctx)Gets the current workingNodestatic ItemCommandHelper. getItem(org.apache.commons.chain.Context ctx, String path)Gets theItemat the given path.static NodeCommandHelper. getNode(org.apache.commons.chain.Context ctx, String path)Gets theNodeat the given path.static RepositoryCommandHelper. getRepository(org.apache.commons.chain.Context ctx)Gets the current workingRepositorystatic StringCommandHelper. getRepositoryAddress(org.apache.commons.chain.Context ctx)static SessionCommandHelper. getSession(org.apache.commons.chain.Context ctx)Gets the current workingSessionstatic booleanCommandHelper. hasNode(org.apache.commons.chain.Context ctx, String path)ChecksNodeexistence.static voidCommandHelper. setSession(org.apache.commons.chain.Context ctx, Session session)Sets the current workingSession
- 
Uses of CommandException in org.apache.jackrabbit.standalone.cli.infoSubclasses of CommandException in org.apache.jackrabbit.standalone.cli.info Modifier and Type Class Description classJcrInfoCommandExceptionException thrown by Info CommandsMethods in org.apache.jackrabbit.standalone.cli.info that throw CommandException Modifier and Type Method Description protected abstract IteratorAbstractLsItems. getItems(org.apache.commons.chain.Context ctx)protected IteratorLsCollectedItems. getItems(org.apache.commons.chain.Context ctx)protected IteratorLsItems. getItems(org.apache.commons.chain.Context ctx)protected abstract IteratorAbstractLsNodes. getNodes(org.apache.commons.chain.Context ctx)protected IteratorLsCollectedNodes. getNodes(org.apache.commons.chain.Context ctx)protected IteratorLsNodes. getNodes(org.apache.commons.chain.Context ctx)protected IteratorLsCollectedProperties. getProperties(org.apache.commons.chain.Context ctx)protected IteratorLsProperties. getProperties(org.apache.commons.chain.Context ctx)
- 
Uses of CommandException in org.apache.jackrabbit.standalone.cli.xmlMethods in org.apache.jackrabbit.standalone.cli.xml that throw CommandException Modifier and Type Method Description protected OutputStreamAbstractExportViewToFile. getOutputStream(org.apache.commons.chain.Context ctx)
 
-