Package org.palladiosimulator.edp2
Class EDP2Plugin
java.lang.Object
org.eclipse.core.runtime.Plugin
org.palladiosimulator.edp2.EDP2Plugin
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
The EDP2 plugin. The plugin persists created Repositories in its meta data location and allows to
access these.
-
Field Summary
Modifier and TypeFieldDescriptionstatic EDP2Plugin
Instance of this plugin.static final String
The plug-in ID.Fields inherited from class org.eclipse.core.runtime.Plugin
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.core.runtime.Plugin
find, find, getBundle, getLog, getPluginPreferences, getStateLocation, initializeDefaultPluginPreferences, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, startup, toString
-
Field Details
-
PLUGIN_ID
The plug-in ID.- See Also:
-
INSTANCE
Instance of this plugin.
-
-
Constructor Details
-
EDP2Plugin
public EDP2Plugin()Constructor.
-
-
Method Details
-
start
-
stop
-
getRepositories
Central method for receiving repositories.- Returns:
- The Repositories instance containing all available repositories.
-