public final class HeadlessMigratorUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
failFastIfNodeNeedsMigration(Node node)
Fail-fast if the supplied node requires migration.
|
static java.lang.String |
getNodeNeedsMigrationError(Node node) |
static boolean |
nodeNeedsMigration(Node node)
Generic test for Project and Workspace nodes (HashStructureNodes) to see if they require migration.
|
public static boolean nodeNeedsMigration(Node node)
node - Project or Workspace nodepublic static java.lang.String getNodeNeedsMigrationError(Node node)
public static boolean failFastIfNodeNeedsMigration(Node node)
node -