Package org.nuxeo.ecm.platform.util
Class LocationManagerService
- java.lang.Object
-
- org.nuxeo.runtime.model.DefaultComponent
-
- org.nuxeo.ecm.platform.util.LocationManagerService
-
- All Implemented Interfaces:
Adaptable
,Component
,Extensible
,TimestampedService
public class LocationManagerService extends DefaultComponent
- Author:
- Thierry Delprat
-
-
Field Summary
Fields Modifier and Type Field Description static ComponentName
NAME
-
Fields inherited from class org.nuxeo.runtime.model.DefaultComponent
lastModified, name
-
-
Constructor Summary
Constructors Constructor Description LocationManagerService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,RepositoryLocation>
getAvailableLocations()
void
registerExtension(Extension extension)
Registers the given extension.void
unregisterExtension(Extension extension)
Unregisters the given extension.-
Methods inherited from class org.nuxeo.runtime.model.DefaultComponent
activate, addRuntimeMessage, addRuntimeMessage, deactivate, getAdapter, getDescriptor, getDescriptors, getLastModified, getRegistry, register, registerContribution, setLastModified, setModifiedNow, setName, start, stop, unregister, unregisterContribution
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nuxeo.runtime.model.Component
applicationStarted, getApplicationStartedOrder
-
-
-
-
Field Detail
-
NAME
public static final ComponentName NAME
-
-
Method Detail
-
registerExtension
public void registerExtension(Extension extension)
Description copied from interface:Extensible
Registers the given extension.- Specified by:
registerExtension
in interfaceExtensible
- Overrides:
registerExtension
in classDefaultComponent
- Parameters:
extension
- the extension to register
-
unregisterExtension
public void unregisterExtension(Extension extension)
Description copied from interface:Extensible
Unregisters the given extension.- Specified by:
unregisterExtension
in interfaceExtensible
- Overrides:
unregisterExtension
in classDefaultComponent
- Parameters:
extension
- the extension to unregister
-
getAvailableLocations
public Map<String,RepositoryLocation> getAvailableLocations()
-
-