Class FileWorkArea
java.lang.Object
org.broadleafcommerce.common.file.domain.FileWorkArea
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the file path location representing this work area ending with an appropriate system-specific separatorvoid
setFilePathLocation
(String filePathLocation)
-
Field Details
-
filePathLocation
-
-
Constructor Details
-
FileWorkArea
public FileWorkArea()
-
-
Method Details
-
getFilePathLocation
Gets the file path location representing this work area ending with an appropriate system-specific separator- Returns:
-
setFilePathLocation
-