| Modifier and Type | Method and Description |
|---|---|
static PathAction |
PathAction.fromShortCode(String shortCode)
Lookup an action type by the short code.
|
static PathAction |
PathAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathAction[] |
PathAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
ProgressCheck.importedPath(org.apache.jackrabbit.vault.packaging.PackageId packageId,
String path,
javax.jcr.Node node,
PathAction action)
Notified when package importer adds, modifies, or leaves a node untouched.
|
Copyright © 2017–2020. All rights reserved.