Package org.apache.jackrabbit.vault.cli
Class VaultFsConsoleExecutionContext
- java.lang.Object
-
- org.apache.jackrabbit.vault.util.console.ExecutionContext
-
- org.apache.jackrabbit.vault.util.console.ConsoleExecutionContext
-
- org.apache.jackrabbit.vault.cli.VaultFsConsoleExecutionContext
-
- Direct Known Subclasses:
AggregateExecutionContext
,PlatformExecutionContext
,RepExecutionContext
,VaultFsExecutionContext
public abstract class VaultFsConsoleExecutionContext extends ConsoleExecutionContext
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 VaultFsConsoleExecutionContext(VaultFsApp app, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VaultFsApp
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
-
VaultFsConsoleExecutionContext
public VaultFsConsoleExecutionContext(VaultFsApp app, String name)
-
-
Method Detail
-
getVaultFsApp
public VaultFsApp getVaultFsApp()
-
-