Interface NameConfigPlugin

    • Method Detail

      • checkValidity

        String checkValidity​(String name)
        If name is valid, the function returns null, otherwise it returns a String with the description of the error.
        Parameters:
        name - name
        Returns:
        something
      • getNameDescription

        String getNameDescription()
        Returns the description of the valid names. Can be null.
        Returns:
        something
      • getDefaultName

        String getDefaultName()
        Returns the default name. Can be null.
        Returns:
        something
      • isRunning

        boolean isRunning()
        Returns true if the plugin has not been stopped since the last start.
        Returns:
        something