Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BUNDLOR |
static java.lang.String |
CONFIG_PATH |
static java.lang.String |
DOCUMENT_NODE_STORE |
Constructor and Description |
---|
BundlingConfigHandler() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
contentChanged(@NotNull NodeState root,
@NotNull CommitInfo info)
Observes a content change.
|
BackgroundObserverMBean |
getMBean() |
void |
initialize(Observable nodeStore,
java.util.concurrent.Executor executor) |
boolean |
isEnabled() |
BundlingHandler |
newBundlingHandler() |
void |
unregisterObserver() |
public static final java.lang.String DOCUMENT_NODE_STORE
public static final java.lang.String BUNDLOR
public static final java.lang.String CONFIG_PATH
public void contentChanged(@NotNull @NotNull NodeState root, @NotNull @NotNull CommitInfo info)
Observer
Observer
class javadocs
and relevant repository and observer registration details for more
information on when and how this method gets called.contentChanged
in interface Observer
root
- root state of the repositoryinfo
- commit informationpublic BundlingHandler newBundlingHandler()
public void initialize(Observable nodeStore, java.util.concurrent.Executor executor)
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
java.io.IOException
public BackgroundObserverMBean getMBean()
public boolean isEnabled()
public void unregisterObserver() throws java.io.IOException
java.io.IOException
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.