Class FileWorkArea

java.lang.Object
org.broadleafcommerce.common.file.domain.FileWorkArea

public class FileWorkArea extends Object
Represents a temporary location on the fileSystem.

Used by the file-service as a reference point when managing files for a user.

Author:
bpolster
  • Field Details

    • filePathLocation

      protected String filePathLocation
  • Constructor Details

    • FileWorkArea

      public FileWorkArea()
  • Method Details

    • getFilePathLocation

      public String getFilePathLocation()
      Gets the file path location representing this work area ending with an appropriate system-specific separator
      Returns:
    • setFilePathLocation

      public void setFilePathLocation(String filePathLocation)