com.ibm.etools.systems.localfilesubsys.impl
Class LocalCommandShellImpl
java.lang.Object
com.ibm.etools.systems.subsystems.impl.RemoteCommandShellImpl
com.ibm.etools.systems.localfilesubsys.impl.LocalCommandShellImpl
- All Implemented Interfaces:
- IAdaptable, IRemoteCommandShell
- public class LocalCommandShellImpl
- extends RemoteCommandShellImpl
Implementation of a local shell handle
Methods inherited from class com.ibm.etools.systems.subsystems.impl.RemoteCommandShellImpl |
addOutput, associateProject, getAdapter, getAssociatedProject, getCommandSubSystem, getContext, getFileSubSystem, getHistory, getId, getIndexOf, getName, getOutputAt, getRoots, getSize, getTitle, getWorkingDirectory, isWindows, listOutput, removeOutput, removeOutput, setName, setType, setWorkingDirectory, updateHistory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Copyright
public static final String Copyright
- See Also:
- Constant Field Values
LocalCommandShellImpl
public LocalCommandShellImpl(RemoteCmdSubSystem cmdSubSystem,
LocalCommandThread cmdThread)
isShell
public boolean isShell()
getCWD
public String getCWD()
setCWD
public void setCWD(String cwd)
getType
public String getType()
- Description copied from interface:
IRemoteCommandShell
- Gets the type of the command shell or command that is being run. The type may either be a "Shell" or a "Command".
- Specified by:
getType
in interface IRemoteCommandShell
- Overrides:
getType
in class RemoteCommandShellImpl
isActive
public boolean isActive()
- Description copied from interface:
IRemoteCommandShell
- Indicate whether the corresponding command is running or not
- Specified by:
isActive
in interface IRemoteCommandShell
- Overrides:
isActive
in class RemoteCommandShellImpl
getCandidateCommands
public ICandidateCommand[] getCandidateCommands()
- Description copied from class:
RemoteCommandShellImpl
- Override to provide a list of possible commands
- Specified by:
getCandidateCommands
in interface IRemoteCommandShell
- Overrides:
getCandidateCommands
in class RemoteCommandShellImpl
Copyright © 2005 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.