com.metamatrix.cdk
Class ConnectorShell

java.lang.Object
  extended by com.metamatrix.core.commandshell.CommandShell
      extended by com.metamatrix.cdk.ConnectorShell
All Implemented Interfaces:
java.lang.Cloneable

public class ConnectorShell
extends CommandShell

Command line utility to execute queries on a connector.


Field Summary
 
Fields inherited from class com.metamatrix.core.commandshell.CommandShell
DEFAULT_LOG_FILE
 
Constructor Summary
ConnectorShell(ConnectorShellCommandTarget target)
           
ConnectorShell(IConnectorHost host)
           
 
Method Summary
protected  java.lang.String[] getParameterNames(java.lang.String methodName)
           
static void main(java.lang.String[] args)
           
protected  boolean showHelpFor(java.lang.String methodName)
           
 
Methods inherited from class com.metamatrix.core.commandshell.CommandShell
copy, execute, expandFileName, getCommandPrompt, getHelp, getNextCommandLine, getScriptNames, getTarget, quit, run, runScript, setDefaultFilePath, setPrintStackTraceOnException, setSilent, showHelpFor, turnOffExceptionHandling, turnOnExceptionHandling, write, writeln
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectorShell

public ConnectorShell(IConnectorHost host)

ConnectorShell

public ConnectorShell(ConnectorShellCommandTarget target)
Method Detail

main

public static void main(java.lang.String[] args)

showHelpFor

protected boolean showHelpFor(java.lang.String methodName)

getParameterNames

protected java.lang.String[] getParameterNames(java.lang.String methodName)
Overrides:
getParameterNames in class CommandShell


Copyright © 2009. All Rights Reserved.