Class PropertyKeyFactory


  • public class PropertyKeyFactory
    extends java.lang.Object
    Factory for a PropertyKey.
    Author:
    Daniel Sagenschneider
    • Constructor Detail

      • PropertyKeyFactory

        public PropertyKeyFactory​(boolean isCaseInsensitive)
        Initiate.
        Parameters:
        isCaseInsensitive - Indicates if case insensitive match.
    • Method Detail

      • createPropertyKey

        public PropertyKey createPropertyKey​(java.lang.String propertyName)
        Creates the PropertyKey.
        Parameters:
        propertyName - Property name.
        Returns:
        PropertyKey.