Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.sdk.device.midp.library
Interface ILibrarySpecification


public interface ILibrarySpecification

Tracks a specification of a particular library. Includes the name of the specification, an identifier and the version of that specification.

EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. Please do not use this API without consulting with the MTJ team.

Since:
1.0
Restriction:
This interface is not intended to be implemented by clients.

Method Summary
 String getIdentifier()
           
 String getName()
           
 Version getVersion()
           
 

Method Detail

getName

String getName()
Returns:
Returns the name.

getVersion

Version getVersion()
Returns:
Returns the version.

getIdentifier

String getIdentifier()
Returns:
Returns the identifier.

Mobile Tools for Java
Release 1.0