java.lang.Object
com.inductiveautomation.perspective.common.api.LegacyPropertyRef
public final class LegacyPropertyRef
extends Object
Same as PropertyRef, but allows spaces, so that an old reference containing spaces will attempt to keep working on
upgrade.
-
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
IDENTIFIER
public static final Pattern IDENTIFIER
-
ABSOLUTE
public static final Pattern ABSOLUTE
-
RELATIVE
public static final Pattern RELATIVE
-
SHORTCUT
public static final Pattern SHORTCUT
-
Method Details
-
isParseable
public static boolean isParseable(String propertyReference)