Package org.nuxeo.runtime.management
Class ResourcePublisherService.ShortcutsRegistry
- java.lang.Object
-
- org.nuxeo.runtime.management.ResourcePublisherService.ShortcutsRegistry
-
- Enclosing class:
- ResourcePublisherService
protected class ResourcePublisherService.ShortcutsRegistry extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,ObjectName>registry
-
Constructor Summary
Constructors Modifier Constructor Description protectedShortcutsRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoRegisterShortcut(String shortName, String qualifiedName)protected voiddoRegisterShortcut(String shortName, ObjectName qualifiedName)protected voiddoRegisterShortcut(ShortcutDescriptor descriptor)protected voiddoUnregisterShortcut(String name)protected voiddoUnregisterShortcut(ShortcutDescriptor descriptor)voidunregisterShortcut(String name)
-
-
-
Field Detail
-
registry
protected final Map<String,ObjectName> registry
-
-
Method Detail
-
doRegisterShortcut
protected void doRegisterShortcut(ShortcutDescriptor descriptor)
-
doRegisterShortcut
protected void doRegisterShortcut(String shortName, ObjectName qualifiedName)
-
doUnregisterShortcut
protected void doUnregisterShortcut(ShortcutDescriptor descriptor)
-
doUnregisterShortcut
protected void doUnregisterShortcut(String name)
-
unregisterShortcut
public void unregisterShortcut(String name)
-
-