public interface IPlugin extends IPluginBase
Modifier and Type | Field and Description |
---|---|
static String |
P_CLASS_NAME
A property that will be used when the plug-in activator
field is changed.
|
P_IMPORT_ORDER, P_LIBRARY_ORDER, P_PROVIDER, P_SCHEMA_VERSION, P_VERSION
P_EXTENSION_ORDER
P_NAME
P_ID
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Returns a plug-in activator class name
|
void |
setClassName(String className)
Sets the name of the plug-in activator class.
|
add, add, getImports, getLibraries, getProviderName, getSchemaVersion, getVersion, remove, remove, setProviderName, setSchemaVersion, setVersion, swap, swap
add, add, getExtensionPoints, getExtensions, getIndexOf, remove, remove, swap
getModel, getName, getParent, getPluginBase, getPluginModel, getResourceString, getTranslatedName, isInTheModel, isValid, setInTheModel, setName
getAdapter
getId, setId
static final String P_CLASS_NAME
String getClassName()
void setClassName(String className) throws CoreException
className
- the new class nameCoreException
- if the model is not editable
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.