public final class CompositeStoreAlignment extends Object implements net.adamcin.oakpal.api.ProgressCheckFactory
config
items:
severity
Severity.MAJOR
) specify the severity of violations reported
by this check.scopePackageIds
(Rule[]
)mounts
({"name": "path1" [, "path2", ...] }
){"apps": ["/apps", "/libs"]}
) In a JSON Object, define a named Mount
for each key,
with the list of paths to assign to the mount. The default mount (named <default>
) is implicitly defined and
cannot be overridden. By default, this value is configured to simulate future standard oak deployments where the /apps
and /libs root paths are mounted from a separate read-only node store at runtime.
.Modifier and Type | Class and Description |
---|---|
static interface |
CompositeStoreAlignment.JsonKeys |
Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_MOUNTS
Deprecated.
|
static String |
CONFIG_SCOPE_PACKAGE_IDS
Deprecated.
|
static String |
CONFIG_SEVERITY
Deprecated.
|
Constructor and Description |
---|
CompositeStoreAlignment() |
Modifier and Type | Method and Description |
---|---|
static @NotNull CompositeStoreAlignment.JsonKeys |
keys() |
net.adamcin.oakpal.api.ProgressCheck |
newInstance(javax.json.JsonObject config) |
@Deprecated public static final String CONFIG_SEVERITY
@Deprecated public static final String CONFIG_SCOPE_PACKAGE_IDS
@Deprecated public static final String CONFIG_MOUNTS
@NotNull public static @NotNull CompositeStoreAlignment.JsonKeys keys()
Copyright © 2017–2020. All rights reserved.