Class AddDataFile

    • Constructor Detail

      • AddDataFile

        public AddDataFile()
    • Method Detail

      • getAction

        public String getAction()
        Returns the action string used in the command processor.
        Specified by:
        getAction in class AbstractScriptlet
        Returns:
        the action string
      • getOptionsDescription

        protected String getOptionsDescription()
        Returns a one-line listing of the options of the action.
        Overrides:
        getOptionsDescription in class AbstractScriptlet
        Returns:
        the options or null if none
      • doProcess

        protected String doProcess​(String options)
                            throws Exception
        Processes the options.
        Specified by:
        doProcess in class AbstractScriptlet
        Parameters:
        options - additional/optional options for the action
        Returns:
        null if no error, otherwise error message
        Throws:
        Exception - if something goes wrong