public class LocationManagerService extends DefaultComponent
Modifier and Type | Field and Description |
---|---|
static ComponentName |
NAME |
lastModified
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, deactivate, getAdapter, getLastModified, registerContribution, setLastModified, setModifiedNow, start, stop, unregisterContribution
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applicationStarted, getApplicationStartedOrder
public static final ComponentName NAME
public LocationManagerService()
public void registerExtension(Extension extension)
Extensible
registerExtension
in interface Extensible
registerExtension
in class DefaultComponent
extension
- the extension to registerpublic void unregisterExtension(Extension extension)
Extensible
unregisterExtension
in interface Extensible
unregisterExtension
in class DefaultComponent
extension
- the extension to unregisterpublic Map<String,RepositoryLocation> getAvailableLocations()
Copyright © 2018 Nuxeo. All rights reserved.