org.wsmostudio.repository
Class Registry

java.lang.Object
  extended by org.wsmostudio.repository.Registry

public class Registry
extends java.lang.Object


Constructor Summary
Registry()
           
 
Method Summary
 void addRepository(java.lang.String repoName, java.lang.String repoType)
           
 boolean configureRepository(org.wsmo.datastore.WsmoRepository repository, boolean forceConfig)
           
 ActionsManager getActionsManager()
           
 ExtensionActionsManager getContentActionsManager()
           
static Registry getInstance()
           
 java.util.Map<org.wsmo.datastore.WsmoRepository,org.wsmostudio.runtime.extension.Configurator> getRepositoriesData()
           
 org.eclipse.swt.graphics.Image iconForRepository(java.lang.String type)
           
static void reloadRepository(org.wsmo.datastore.WsmoRepository repo)
           
 void removeRepository(org.wsmo.datastore.WsmoRepository repository)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Registry

public Registry()
Method Detail

getInstance

public static Registry getInstance()

addRepository

public void addRepository(java.lang.String repoName,
                          java.lang.String repoType)

removeRepository

public void removeRepository(org.wsmo.datastore.WsmoRepository repository)

reloadRepository

public static void reloadRepository(org.wsmo.datastore.WsmoRepository repo)

configureRepository

public boolean configureRepository(org.wsmo.datastore.WsmoRepository repository,
                                   boolean forceConfig)

getRepositoriesData

public java.util.Map<org.wsmo.datastore.WsmoRepository,org.wsmostudio.runtime.extension.Configurator> getRepositoriesData()

getActionsManager

public ActionsManager getActionsManager()

getContentActionsManager

public ExtensionActionsManager getContentActionsManager()

iconForRepository

public org.eclipse.swt.graphics.Image iconForRepository(java.lang.String type)


Copyright © 2005-2008 Ontotext Lab.. All Rights Reserved.