public class FileContext extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
FileContext.ViewableFile |
Constructor and Description |
---|
FileContext() |
Modifier and Type | Method and Description |
---|---|
Map<String,List<File>> |
getContentFiles() |
List<File> |
getContentFilesAsList() |
boolean |
getContentVisible() |
List<String> |
getErrors() |
List<File> |
getFiles() |
void |
setContentFiles(Map<String,List<File>> contentFiles) |
void |
setContentVisible(boolean contentVisible) |
void |
setErrors(List<String> errors) |
void |
setFiles(List<File> files) |
String |
toString() |
Copyright © 2017. All rights reserved.