Class FcProvideResourceProps

    • Constructor Detail

      • FcProvideResourceProps

        public FcProvideResourceProps()
    • Method Detail

      • getExportName

        public String getExportName()
        Returns:
        The name of the file created from the given resource.
      • setExportName

        public void setExportName​(String exportName)
        Parameters:
        exportName - The name of the file created from the given resource.
      • getFileProvision

        public FileProvision getFileProvision()
        Details for how to handle the provided files.
        Returns:
        Details for how to handle the provided files.
      • setFileProvision

        public void setFileProvision​(FileProvision fileProvision)
        Details for how to handle the provided file.
        Parameters:
        fileProvision - Details for how to handle the provided file.
      • getSingleFile

        public SingleFile getSingleFile()
        Returns:
        The input file that is read and written to the given getExportName().
      • setSingleFile

        public void setSingleFile​(SingleFile singleFile)
        Parameters:
        singleFile - The input file that is read and written to the given getExportName().