public class LocationManagerService extends DefaultComponent
| Modifier and Type | Field and Description |
|---|---|
static ComponentName |
NAME |
| Constructor and Description |
|---|
LocationManagerService() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,RepositoryLocation> |
getAvailableLocations() |
void |
registerExtension(Extension extension)
Registers the given extension.
|
void |
unregisterExtension(Extension extension)
Unregisters the given extension.
|
activate, applicationStarted, deactivate, getAdapter, getApplicationStartedOrder, getLastModified, registerContribution, setLastModified, unregisterContributionpublic static final ComponentName NAME
public void registerExtension(Extension extension) throws Exception
ExtensibleregisterExtension in interface ExtensibleregisterExtension in class DefaultComponentextension - the extension to registerException - if any error occurspublic void unregisterExtension(Extension extension) throws Exception
ExtensibleunregisterExtension in interface ExtensibleunregisterExtension in class DefaultComponentextension - the extension to unregisterException - if any error occurspublic Map<String,RepositoryLocation> getAvailableLocations()
Copyright © 2014 Nuxeo SA. All rights reserved.