Class ConfigEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConfigEvent
    extends java.lang.Object
    implements java.io.Serializable
    Objects representing events occurring on configuration file.

    Note: This class is for internal usage only. Any dependency from the end-user will not be supported. Changes to this class will happen without a warning.
    Since:
    7.2
    See Also:
    Serialized Form
    • Constructor Detail

      • ConfigEvent

        public ConfigEvent​(ConfigEvent.Type t,
                           java.lang.String i,
                           java.lang.String u)
    • Method Detail

      • getIdentifier

        public java.lang.String getIdentifier()
        Returns:
        the configuration file path relative to the Server API configurations directory or a solution name if the configuration has one defined.
      • getUser

        public java.lang.String getUser()
        Returns:
        the username of the user performing the action on the configuration file.