Package | Description |
---|---|
org.apache.jackrabbit.standalone.cli | |
org.apache.jackrabbit.standalone.cli.info | |
org.apache.jackrabbit.standalone.cli.xml |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
JcrInfoCommandException
Exception thrown by Info Commands
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
protected OutputStream |
AbstractExportViewToFile.getOutputStream(org.apache.commons.chain.Context ctx) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.