org.ocopomo.contentrepositoryclient
Class ContentRepositoryClient
java.lang.Object
org.eclipse.core.runtime.Plugin
org.eclipse.ui.plugin.AbstractUIPlugin
org.ocopomo.contentrepositoryclient.ContentRepositoryClient
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public class ContentRepositoryClient
- extends org.eclipse.ui.plugin.AbstractUIPlugin
Field Summary |
static java.lang.String |
PLUGIN_ID
|
Fields inherited from class org.eclipse.core.runtime.Plugin |
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME |
Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin |
getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, shutdown, start, startup, stop |
Methods inherited from class org.eclipse.core.runtime.Plugin |
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PLUGIN_ID
public static final java.lang.String PLUGIN_ID
- See Also:
- Constant Field Values
ContentRepositoryClient
public ContentRepositoryClient()
addPropertyChangeListener
public void addPropertyChangeListener(org.eclipse.jface.util.IPropertyChangeListener listener)
removePropertyChangeListener
public void removePropertyChangeListener(org.eclipse.jface.util.IPropertyChangeListener listener)
getInstance
public static ContentRepositoryClient getInstance()
getCurrentProject
public org.eclipse.core.resources.IProject getCurrentProject()
setCurrentProject
public void setCurrentProject(org.eclipse.core.resources.IProject project)
getCurrentProjectName
public java.lang.String getCurrentProjectName()
getContentCache
public ContentCache getContentCache(org.eclipse.swt.widgets.Shell shell,
boolean reload)
getLogger
public EclipseLogger getLogger()