Package org.eclipse.pde.core.project
Interface IHostDescription
- 
 public interface IHostDescriptionDescribes a fragment host. Instances of this class can be created viaIBundleProjectService.newHost(String, VersionRange).- Since:
- 3.6
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Returns the symbolic name of the host.VersionRangegetVersionRange()Returns the version constraint of the host ornullif unspecified.
 
- 
- 
- 
Method Detail- 
getNameString getName() Returns the symbolic name of the host.- Returns:
- symbolic name of the host
 
 - 
getVersionRangeVersionRange getVersionRange() Returns the version constraint of the host ornullif unspecified.- Returns:
- version constraint or null
 
 
- 
 
-