Eclipse PDE
Release 3.6

org.eclipse.pde.core.project
Interface IHostDescription


public interface IHostDescription

Describes a fragment host.

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 Summary
 String getName()
          Returns the symbolic name of the host.
 VersionRange getVersionRange()
          Returns the version constraint of the host or null if unspecified.
 

Method Detail

getName

String getName()
Returns the symbolic name of the host.

Returns:
symbolic name of the host

getVersionRange

VersionRange getVersionRange()
Returns the version constraint of the host or null if unspecified.

Returns:
version constraint or null

Eclipse PDE
Release 3.6

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.