Class ScriptImpl

    • Constructor Detail

      • ScriptImpl

        public ScriptImpl()
      • ScriptImpl

        public ScriptImpl​(String body)
    • Method Detail

      • getBody

        @NotNull
        public @NotNull String getBody()
        Description copied from interface: Script
        The accessor for the script body.
        Specified by:
        getBody in interface Script
        Returns:
        the script body
      • setBody

        public void setBody​(@NotNull
                            @NotNull String body)
        Description copied from interface: Script
        The mutator for the script body.
        Specified by:
        setBody in interface Script
        Parameters:
        body - the script body.