org.ocopomo.contentrepositoryclient
Class ContentRepositoryClient

java.lang.Object
  extended by org.eclipse.core.runtime.Plugin
      extended by org.eclipse.ui.plugin.AbstractUIPlugin
          extended by 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
 
Constructor Summary
ContentRepositoryClient()
           
 
Method Summary
 void addPropertyChangeListener(org.eclipse.jface.util.IPropertyChangeListener listener)
           
 ContentCache getContentCache(org.eclipse.swt.widgets.Shell shell, boolean reload)
           
 org.eclipse.core.resources.IProject getCurrentProject()
           
 java.lang.String getCurrentProjectName()
           
static ContentRepositoryClient getInstance()
           
 EclipseLogger getLogger()
           
 void removePropertyChangeListener(org.eclipse.jface.util.IPropertyChangeListener listener)
           
 void setCurrentProject(org.eclipse.core.resources.IProject project)
           
 
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
 

Field Detail

PLUGIN_ID

public static final java.lang.String PLUGIN_ID
See Also:
Constant Field Values
Constructor Detail

ContentRepositoryClient

public ContentRepositoryClient()
Method Detail

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()