Class LegacyPropertyRef

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.
  • 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)