public class jlanRegistry extends jlanApp
Display remote registry keys/values.
CmdLineArg, CmdLineArg1, CmdLineArg2, CmdLineArg3, CmdLineArg4, CmdLineArg5, CmdLineArg6, PropertiesFileName, PropertyBroadcast, PropertyConnectOrder, PropertyDebug, PropertyDomain, PropertyJCEProvider, PropertyNameScope, PropertyPassword, PropertyResolveOrder, PropertyUserName, PropertyWildcardName, PropertyWINS, RightAlign, SwitchDomain, SwitchPassword, SwitchUserName
Constructor and Description |
---|
jlanRegistry()
Class constructor
|
Modifier and Type | Method and Description |
---|---|
protected void |
doCommand(java.io.PrintStream out)
Perform the main command processing
|
protected int |
getRootKey()
Return the root key id
|
protected java.lang.String |
getSubkeyPath()
Return the sub key path
|
protected boolean |
hasSubkeyPath()
Check if the subkey path is valid
|
static void |
main(java.lang.String[] args)
Run the jlanRegistry command
|
protected void |
outputCommandHelp(java.io.PrintStream out)
Display the usage information for the command
|
protected void |
setRootKey(int root)
Set the root key id
|
protected void |
setSubkeyPath(java.lang.String subkey)
Set the sub key path
|
protected boolean |
validateCommandLine(NameValueList cmdLine,
java.io.PrintStream out)
Validate the command line parameters
|
formatOutput, formatOutput, formatOutput, formatOutput, formatOutput, getCommandDescription, getCommandName, getDomain, getPassword, getSession, getShare, getUserName, hasCommandSwitches, hasSession, parseCommandLine, promptForPassword, runCommand, setSession, setShare
protected void outputCommandHelp(java.io.PrintStream out)
outputCommandHelp
in class jlanApp
out
- PrintStreamprotected void doCommand(java.io.PrintStream out) throws java.lang.Exception
protected boolean validateCommandLine(NameValueList cmdLine, java.io.PrintStream out)
validateCommandLine
in class jlanApp
cmdLine
- NameValueListout
- PrintStreamprotected final int getRootKey()
protected final boolean hasSubkeyPath()
protected final java.lang.String getSubkeyPath()
protected final void setRootKey(int root)
root
- intprotected final void setSubkeyPath(java.lang.String subkey)
subkey
- Stringpublic static void main(java.lang.String[] args)
args
- String[]Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.