org.eclipse.hyades.execution.core
Interface IExecutableObject
- public interface IExecutableObject
This interface is a placeholder contract between the IExecutor and any
class that uses it. Any class that uses an IExecutor to execute something
must pass an object implementing the IExecutableObject interface to the
IExecutor.setExecutableObject method. As commonality among different types
of executable objects is discovered, this interface will be refactored to
represent that commonality.
- Version:
- 0.0.2
getName
public String getName()
- Returns:
- the name of the IExecutableObject.