|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.subsystems.impl.CandidateCommandImpl
class represents a candidate command to run
Field Summary | |
---|---|
protected String |
_description
|
protected ImageDescriptor |
_imageDescriptor
|
protected String |
_name
|
protected String |
_path
|
protected String |
_type
|
static String |
Copyright
|
Constructor Summary | |
---|---|
CandidateCommandImpl(String type,
String name,
String description,
String path)
Constructor |
Method Summary | |
---|---|
Object |
getAdapter(Class adapterType)
|
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 of a candidate command. |
String |
getType()
Gets the type of the candidate command. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String Copyright
protected String _name
protected String _type
protected String _description
protected String _path
protected ImageDescriptor _imageDescriptor
Constructor Detail |
public CandidateCommandImpl(String type, String name, String description, String path)
type
- indicates the type of the candidate commandname
- indicates the name of the candidate commanddescription
- describes the candidate commandpath
- indicates the path of the candidate command if one existsMethod Detail |
public String getName()
getName
in interface ICandidateCommand
public String getType()
getType
in interface ICandidateCommand
public String getPath()
getPath
in interface ICandidateCommand
public String getDescription()
getDescription
in interface ICandidateCommand
public ImageDescriptor getImageDescriptor()
getImageDescriptor
in interface ICandidateCommand
public Object getAdapter(Class adapterType)
getAdapter
in interface IAdaptable
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |