@FunctionalInterface
public interface JkPublishFilter
extends java.io.Serializable
JkRepo
Modifier and Type | Field and Description |
---|---|
static JkPublishFilter |
ACCEPT_ALL
A filter accepting everything.
|
static JkPublishFilter |
ACCEPT_RELEASE_ONLY
A filter accepting only non-snapshot versioned module.
|
static JkPublishFilter |
ACCEPT_SNAPSHOT_ONLY
A filter accepting only snapshot versioned module.
|
Modifier and Type | Method and Description |
---|---|
boolean |
accept(JkVersionedModule versionedModule)
Returns
true if this filter should andAccept the specified versioned module. |
static final JkPublishFilter ACCEPT_ALL
static final JkPublishFilter ACCEPT_SNAPSHOT_ONLY
static final JkPublishFilter ACCEPT_RELEASE_ONLY
boolean accept(JkVersionedModule versionedModule)
true
if this filter should andAccept the specified versioned module.