Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.0

org.eclipse.rse.subsystems.shells.core.subsystems
Interface ICandidateCommand


public interface ICandidateCommand

This interface represents a candidate command. A candidate command is a command that can be run in a command subsystem. The command subsystem api, getCandidateCommands(), returns a list of candidate commands. The primary use of candidate commands is for command line content assist. Implement this interface to provide unique command candidates for a particular command subsystem.


Method Summary
  String getDescription ()
          Gets the description for a candidate command.
  ImageDescriptor getImageDescriptor ()
          Gets the image descriptor to display for a candidate command
  String getName ()
          Gets the name of the candidate command
  String getPath ()
          Gets the path for a candidate command
  String getType ()
          Gets the type of the candidate command.
 

Method Detail

getName


String getName()
Gets the name of the candidate command

Returns:
the name of the candidate command

getType


String getType()
Gets the type of the candidate command.

Returns:
the type of the command

getDescription


String getDescription()
Gets the description for a candidate command.

Returns:
the description of the command

getImageDescriptor


ImageDescriptor getImageDescriptor()
Gets the image descriptor to display for a candidate command

Returns:
the image descriptor for the command

getPath


String getPath()
Gets the path for a candidate command

Returns:
the path of the command if one exists

RSE
Release 3.0

Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire