|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandException | |
|---|---|
| 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 | |
|---|---|
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 | |
|---|---|
static Node |
CommandHelper.getCurrentNode(org.apache.commons.chain.Context ctx)
Gets the current working Node |
static Item |
CommandHelper.getItem(org.apache.commons.chain.Context ctx,
String path)
Gets the Item at the given path. |
static Node |
CommandHelper.getNode(org.apache.commons.chain.Context ctx,
String path)
Gets the Node at the given path. |
static Repository |
CommandHelper.getRepository(org.apache.commons.chain.Context ctx)
Gets the current working Repository |
static String |
CommandHelper.getRepositoryAddress(org.apache.commons.chain.Context ctx)
|
static Session |
CommandHelper.getSession(org.apache.commons.chain.Context ctx)
Gets the current working Session |
static boolean |
CommandHelper.hasNode(org.apache.commons.chain.Context ctx,
String path)
Checks Node existence. |
static void |
CommandHelper.setSession(org.apache.commons.chain.Context ctx,
Session session)
Sets the current working Session |
| Uses of CommandException in org.apache.jackrabbit.standalone.cli.info |
|---|
| Subclasses of CommandException in org.apache.jackrabbit.standalone.cli.info | |
|---|---|
class |
JcrInfoCommandException
Exception thrown by Info Commands |
| Methods in org.apache.jackrabbit.standalone.cli.info that throw CommandException | |
|---|---|
protected Iterator |
LsItems.getItems(org.apache.commons.chain.Context ctx)
|
protected Iterator |
LsCollectedItems.getItems(org.apache.commons.chain.Context ctx)
|
protected abstract Iterator |
AbstractLsItems.getItems(org.apache.commons.chain.Context ctx)
|
protected Iterator |
LsNodes.getNodes(org.apache.commons.chain.Context ctx)
|
protected Iterator |
LsCollectedNodes.getNodes(org.apache.commons.chain.Context ctx)
|
protected abstract Iterator |
AbstractLsNodes.getNodes(org.apache.commons.chain.Context ctx)
|
protected Iterator |
LsProperties.getProperties(org.apache.commons.chain.Context ctx)
|
protected Iterator |
LsCollectedProperties.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 | |
|---|---|
protected OutputStream |
AbstractExportViewToFile.getOutputStream(org.apache.commons.chain.Context ctx)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||