public class ModuleWatchingConsumer
extends com.marklogic.client.ext.helper.LoggingObject
implements java.util.function.Consumer<java.util.Set<org.springframework.core.io.Resource>>
| Constructor and Description |
|---|
ModuleWatchingConsumer(com.marklogic.appdeployer.command.CommandContext commandContext,
com.marklogic.appdeployer.command.Command generateFunctionMetadataCommand) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(java.util.Set<org.springframework.core.io.Resource> resources) |
protected boolean |
shouldFunctionMetadataBeGenerated(java.util.Set<org.springframework.core.io.Resource> resources) |
public ModuleWatchingConsumer(com.marklogic.appdeployer.command.CommandContext commandContext,
com.marklogic.appdeployer.command.Command generateFunctionMetadataCommand)
public void accept(java.util.Set<org.springframework.core.io.Resource> resources)
accept in interface java.util.function.Consumer<java.util.Set<org.springframework.core.io.Resource>>protected boolean shouldFunctionMetadataBeGenerated(java.util.Set<org.springframework.core.io.Resource> resources)