Class PluginPropertyKey

    • Constructor Detail

      • PluginPropertyKey

        public PluginPropertyKey​(@NotNull
                                 String pluginType,
                                 @NotNull
                                 String pluginName,
                                 @NotNull
                                 String propertyName)
        Constructor
        Parameters:
        pluginType - see PluginTypes
        pluginName - name of a plugin
        propertyName - name of a property
      • PluginPropertyKey

        public PluginPropertyKey​(@NotNull
                                 String propertyKey)
        Constructor
        Parameters:
        propertyKey - full property key
    • Method Detail

      • getKey

        @NotNull
        public final String getKey()
        Returns string representation of the property key
        Specified by:
        getKey in class PropertyKey
        Returns:
        string representation of the property key
      • getPluginName

        @NotNull
        public String getPluginName()
        Returns name of the plugin
        Returns:
        name of the plugin
      • isPluginPropertyKey

        public static boolean isPluginPropertyKey​(String key)
        Returns true if the specified string representation is a plugin property key.
        Parameters:
        key - property key
        Returns:
        true if the specified string is a plugin property key