Package com.uc4.api.objects
Class OutputFiles
java.lang.Object
com.uc4.api.objects.OutputFiles
This class represents the "Output" tab of Job objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds a new file.void
clear()
Removes all registered files.String[]
fileList()
Returns an unmodifiable map which contains output files data.boolean
requiresUserLogin
(String fullPath) This method checks if the specified file requires a user login.
-
Method Details
-
fileList
- Returns:
- List of registered file names
-
addFile
Adds a new file.- Parameters:
fullPath
- name and path of the fileuserLogin
- true if a user login should be required in order to get this file
-
requiresUserLogin
This method checks if the specified file requires a user login.- Parameters:
fullPath
- Name and path of the file- Returns:
- true if the file requires a user login
-
clear
public void clear()Removes all registered files. -
getFileData
Returns an unmodifiable map which contains output files data. Key is filename and value is a flag(is login-required for the file).- Returns:
- file map
-