Interface ScriptSource

    • Method Detail

      • isModified

        boolean isModified()
        Indicate whether the underlying script data has been modified since the last time getScriptAsString() was called. Returns true if the script has not been read yet.
        Returns:
        whether the script data has been modified
      • suggestedClassName

        String suggestedClassName()
        Determine a class name for the underlying script.
        Returns:
        the suggested class name, or null if none available