| Package | Description |
|---|---|
| org.broadleafcommerce.common.file.service | |
| org.broadleafcommerce.common.sitemap.service |
| Modifier and Type | Method and Description |
|---|---|
FileWorkArea |
BroadleafFileService.initializeWorkArea()
Create a file work area that can be used for further operations.
|
FileWorkArea |
BroadleafFileServiceImpl.initializeWorkArea()
Create a file work area that can be used for further operations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BroadleafFileService.addOrUpdateResource(FileWorkArea workArea,
File file,
boolean removeFilesFromWorkArea)
Takes in a temporary work area and a single File and copies that files to
the configured FileProvider's permanent storage.
|
void |
BroadleafFileServiceImpl.addOrUpdateResource(FileWorkArea workArea,
File file,
boolean removeFilesFromWorkArea)
Takes in a work area and a fileName.
|
void |
BroadleafFileService.addOrUpdateResources(FileWorkArea workArea,
boolean removeFilesFromWorkArea)
Takes in a temporary work area and copies all of the files to the configured FileProvider's permanent storage.
|
void |
BroadleafFileServiceImpl.addOrUpdateResources(FileWorkArea workArea,
boolean removeFilesFromWorkArea)
Takes in a work area and application type and moves all of the files to the configured FileProvider.
|
void |
BroadleafFileService.addOrUpdateResources(FileWorkArea workArea,
List<File> files,
boolean removeFilesFromWorkArea)
Takes in a temporary work area and a list of Files and copies them to
the configured FileProvider's permanent storage.
|
void |
BroadleafFileServiceImpl.addOrUpdateResources(FileWorkArea workArea,
List<File> files,
boolean removeFilesFromWorkArea) |
void |
FileSystemFileServiceProvider.addOrUpdateResources(FileWorkArea area,
List<File> files,
boolean removeResourcesFromWorkArea) |
void |
FileServiceProvider.addOrUpdateResources(FileWorkArea workArea,
List<File> files,
boolean removeFilesFromWorkArea)
Takes in a work area and application type and moves all of the files to the configured FileProvider.
|
protected void |
BroadleafFileServiceImpl.checkFiles(FileWorkArea workArea,
List<File> fileList) |
void |
BroadleafFileService.closeWorkArea(FileWorkArea workArea)
Closes the passed in work area.
|
void |
BroadleafFileServiceImpl.closeWorkArea(FileWorkArea fwArea)
Closes the passed in work area.
|
| Modifier and Type | Field and Description |
|---|---|
protected FileWorkArea |
SiteMapBuilder.fileWorkArea |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SiteMapServiceImpl.gzipAndDeleteFiles(FileWorkArea fileWorkArea,
List<String> fileNames)
Gzip a file and then delete the file
|
| Constructor and Description |
|---|
SiteMapBuilder(SiteMapConfiguration siteMapConfig,
FileWorkArea fileWorkArea,
String baseUrl,
boolean gzipSiteMapFiles) |
Copyright © 2014. All Rights Reserved.