Package org.eclipse.pde.core.target
Interface ITargetHandle
- 
 public interface ITargetHandleA handle to a target definition.- Since:
- 3.8
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanexists()Returns whether or not the underlying target definition exists.StringgetMemento()Returns a memento for this handle.ITargetDefinitiongetTargetDefinition()Returns the target definition this handle references.
 
- 
- 
- 
Method Detail- 
getTargetDefinitionITargetDefinition getTargetDefinition() throws CoreException Returns the target definition this handle references.- Returns:
- target definition
- Throws:
- CoreException- if the underlying target definition does not exist
 
 - 
getMementoString getMemento() throws CoreException Returns a memento for this handle.- Returns:
- a memento for this handle
- Throws:
- CoreException- if unable to generate a memento
 
 - 
existsboolean exists() Returns whether or not the underlying target definition exists.- Returns:
- whether or not the underlying target definition exists
 
 
- 
 
-