Package org.apache.jackrabbit.vault.cli
Class RepExecutionContext
- 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.RepExecutionContext
-
public class RepExecutionContext 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 RepExecutionContext(VaultFsApp app, String name, Node 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
-
RepExecutionContext
public RepExecutionContext(VaultFsApp app, String name, Node rootNode)
-
-