Class LegacyPropertyRef


  • public final class LegacyPropertyRef
    extends java.lang.Object
    Same as PropertyRef, but allows spaces, so that an old reference containing spaces will attempt to keep working on upgrade.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.regex.Pattern ABSOLUTE  
      static java.util.regex.Pattern IDENTIFIER  
      static java.util.regex.Pattern RELATIVE  
      static java.util.regex.Pattern SHORTCUT  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isParseable​(java.lang.String propertyReference)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • IDENTIFIER

        public static final java.util.regex.Pattern IDENTIFIER
      • ABSOLUTE

        public static final java.util.regex.Pattern ABSOLUTE
      • RELATIVE

        public static final java.util.regex.Pattern RELATIVE
      • SHORTCUT

        public static final java.util.regex.Pattern SHORTCUT
    • Method Detail

      • isParseable

        public static boolean isParseable​(java.lang.String propertyReference)