Package org.apache.jackrabbit.vault.cli
Class AggregateExecutionContext
- java.lang.Object
-
- org.apache.jackrabbit.vault.util.console.ExecutionContext
-
- org.apache.jackrabbit.vault.util.console.ConsoleExecutionContext
-
- org.apache.jackrabbit.vault.cli.VaultFsConsoleExecutionContext
-
- org.apache.jackrabbit.vault.cli.AggregateExecutionContext
-
public class AggregateExecutionContext extends VaultFsConsoleExecutionContext
Implements a console/shell that operates on a jcrfs.
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.Logger
log
-
Fields inherited from class org.apache.jackrabbit.vault.util.console.ExecutionContext
commands
-
-
Constructor Summary
Constructors Constructor Description AggregateExecutionContext(VaultFsApp app, String name, Aggregate rootNode)
-
Method Summary
-
Methods inherited from class org.apache.jackrabbit.vault.cli.VaultFsConsoleExecutionContext
getVaultFsApp
-
Methods inherited from class org.apache.jackrabbit.vault.util.console.ConsoleExecutionContext
attach, cd, doExecute, getConsole, getCurrentFile, getFile, getName, getProperty, getPropertyKeys, getRootFile, getRuntimeEnv, setCurrentFile, setFileSystem
-
Methods inherited from class org.apache.jackrabbit.vault.util.console.ExecutionContext
execute, execute, execute, getApplication, getCmdHelpFormatter, getCommand, getCommandsGroup, installCommand, printHelp
-
-
-
-
Constructor Detail
-
AggregateExecutionContext
public AggregateExecutionContext(VaultFsApp app, String name, Aggregate rootNode)
-
-