|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.nutch.plugin.ExtensionPoint
The ExtensionPoint provide meta information of a extension
point.
| Constructor Summary | |
ExtensionPoint(String pId,
String pName,
String pSchema)
Constructor |
|
| Method Summary | |
void |
addExtension(Extension extension)
Install a coresponding extension to this extension point. |
Extension[] |
getExtentens()
Returns a array of extensions that lsiten to this extension point |
String |
getId()
Returns the unique id of the extension point. |
String |
getName()
Returns the name of the extension point. |
String |
getSchema()
Returns a path to the xml schema of a extension point. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExtensionPoint(String pId,
String pName,
String pSchema)
pId - unique extension point IdpName - name of the extension poinpSchema - xml schema of the extension point| Method Detail |
public String getId()
public String getName()
public String getSchema()
public void addExtension(Extension extension)
extension - public Extension[] getExtentens()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||