Interface FileWIPInf


public interface FileWIPInf
Interface for file work-in-progress processing.

This interface defines a method for handling file-related tasks during processing, such as tracking progress and managing file metadata.

Since:
2021-02-01
Version:
1.0
 수정일        수정자       수정내용
 ----------   ---------   -------------------------------
 2021-02-01   first       create
 
Author:
enxign
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    processRun(short sType, String path, String name, int total, int current)
    Executes a file processing routine with progress tracking.
  • Method Details

    • processRun

      void processRun(short sType, String path, String name, int total, int current) throws Exception
      Executes a file processing routine with progress tracking.
      Parameters:
      sType - the type of processing to perform
      path - the full path to the target file
      name - the name of the file
      total - the total number of items to process
      current - the current progress count
      Throws:
      Exception - if an error occurs during processing