public class ExtensionPoint extends Object
Constructor and Description |
---|
ExtensionPoint(String id,
String name,
URL schema,
Bundle plugin)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addExtension(Extension extension) |
Bundle |
getBundle()
Accessor for the Plug-in that declared this ExtensionPoint
|
Extension[] |
getExtensions() |
String |
getId()
Accessor for the id of this ExtensionPoint
|
String |
getName()
Accessor for a user friendly name
|
URL |
getSchema()
Accessor to the URL that points to the schema (.xsd) file
|
String |
getUniqueId()
Accessor for the pluginId + DOT + id.
|
void |
sortExtensions(Comparator<Extension> comp) |
public Extension[] getExtensions()
public void sortExtensions(Comparator<Extension> comp)
public void addExtension(Extension extension)
public String getId()
public String getUniqueId()
public String getName()
public URL getSchema()
public Bundle getBundle()
Copyright © 2019. All rights reserved.