Package com._1c.g5.v8.dt.natives.library
Class AbstractNativesLibraryPlugin
- java.lang.Object
-
- org.eclipse.core.runtime.Plugin
-
- com._1c.g5.v8.dt.natives.library.AbstractNativesLibraryPlugin
-
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
public abstract class AbstractNativesLibraryPlugin extends org.eclipse.core.runtime.Plugin
Abstract implementation ofPlugin
supporting resolving all native libraries pathes
-
-
Constructor Summary
Constructors Constructor Description AbstractNativesLibraryPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
resolveAllLibaryPaths(String pluginId, Version version)
Resolves all native libraries pathes-
Methods inherited from class org.eclipse.core.runtime.Plugin
find, find, getBundle, getLog, getPluginPreferences, getStateLocation, initializeDefaultPluginPreferences, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, start, startup, stop, toString
-
-