org.eclipse.higgins.idas.api
Interface IExtension


public interface IExtension

Represents an extended argument. Some methods within the IdAS api support the ability to pass extra information when calling them. Typically this is done by passing an array of IExtension objects. Standard extensions defined by the Higgins project are listed at


Method Summary
 URI getID()
          Returns the extension identifier for this extension.
 

Method Detail

getID

public URI getID()
Returns the extension identifier for this extension. All extensions have an identifier. Preferably one which is resolvable to documentation concerning the extension

Returns:
URI which identifies this extension