Class DefaultStorageService.ZipExtractionResult
java.lang.Object
com.broadleafcommerce.asset.service.DefaultStorageService.ZipExtractionResult
- Enclosing class:
- DefaultStorageService
A simple object holding information about the results of extracting the contents of a zip
file.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setFilesByNormalizedPath
(Map<String, File> filesByNormalizedPath) void
setFoldersByNormalizedPath
(Map<String, Folder> foldersByNormalizedPath) void
setTemporaryDirectoryFilesWereExtractedTo
(File temporaryDirectoryFilesWereExtractedTo) toString()
-
Constructor Details
-
ZipExtractionResult
public ZipExtractionResult()
-
-
Method Details
-
getFoldersByNormalizedPath
-
getFilesByNormalizedPath
-
getTemporaryDirectoryFilesWereExtractedTo
-
setFoldersByNormalizedPath
-
setFilesByNormalizedPath
-
setTemporaryDirectoryFilesWereExtractedTo
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-