public class OutputFiles
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
addFile(java.lang.String fullPath,
java.lang.Boolean userLogin)
Adds a new file.
|
void |
clear()
Removes all registered files.
|
java.lang.String[] |
fileList() |
java.util.Map<java.lang.String,java.lang.Boolean> |
getFileData()
Returns an unmodifiable map which contains output files data.
|
boolean |
requiresUserLogin(java.lang.String fullPath)
This method checks if the specified file requires a user login.
|
public java.lang.String[] fileList()
public void addFile(java.lang.String fullPath, java.lang.Boolean userLogin)
fullPath
- name and path of the fileuserLogin
- true if a user login should be required in order to get this filepublic boolean requiresUserLogin(java.lang.String fullPath)
fullPath
- Name and path of the filepublic void clear()
public java.util.Map<java.lang.String,java.lang.Boolean> getFileData()