Class DocBuilder

    • Field Detail

      • cleanFirst

        public Parameter cleanFirst
        If true, then clean before building documentation. The default value is true because if a user is adding an actor, then the codeDoc/tree.html, codeDoc/ptolemy/actor/lib/Ramp.xml, and codeDoc/ptolemy/actor/lib/RampIdx.xml files might already exist. It is safer to force a clean each time because the makefile does not accurately capture the dependencies between .java sources and .html, .xml and Idx.xml files.
    • Method Detail

      • getExecuteCommands

        public ExecuteCommands getExecuteCommands()
        Get the command executor, which can be either non-graphical or graphical. The initial default is non-graphical, which means that stderr and stdout from subcommands is written to the console.
        Returns:
        executeCommands The subprocess command executor.
        See Also:
        setExecuteCommands(ExecuteCommands)
      • setConfiguration

        public void setConfiguration​(Configuration configuration)
        Set the configuration.
        Parameters:
        configuration - The configuration in which we look up the _applicationName and _docApplicationSpecializer parameters.
      • setExecuteCommands

        public void setExecuteCommands​(ExecuteCommands executeCommands)
        Set the command executor, which can be either non-graphical or graphical. The initial default is non-graphical, which means that stderr and stdout from subcommands is written to the console.
        Parameters:
        executeCommands - The subprocess command executor.
        See Also:
        getExecuteCommands()