Package org.nuxeo.runtime.model.impl
Class ComponentManagerImpl.Stash
java.lang.Object
org.nuxeo.runtime.model.impl.ComponentManagerImpl.Stash
- Enclosing class:
- ComponentManagerImpl
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(RegistrationInfo ri) boolean
isAdding
(ComponentName name) boolean
isEmpty()
boolean
isRemoving
(ComponentName name) void
remove
(ComponentName name)
-
Field Details
-
toAdd
-
toRemove
-
-
Constructor Details
-
Stash
public Stash()
-
-
Method Details
-
add
-
remove
-
isEmpty
public boolean isEmpty() -
getRegistrationsToRemove
-
isAdding
- Since:
- 11.3
-
isRemoving
- Since:
- 11.3
-