Interface FileParameter
- 
- All Known Subinterfaces:
- FileParameterRuntime
 
 public interface FileParameter
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetErrorNameEN()An identifier that can be used in error messages while processing a FileParameter.JobFilegetJobFile()AJobFilethat can be used to process the output file of a Job.StringgetOverrideName()The override name for this file in case one is set.voidsetOverrideName(String overrideName)Allows you to specify an override name that can be used instead of using the original file name.
 
- 
- 
- 
Method Detail- 
getJobFileJobFile getJobFile() AJobFilethat can be used to process the output file of a Job.- Returns:
- a JobFile.
 
 - 
getOverrideNameString getOverrideName() The override name for this file in case one is set. If override name is not set, null is returned.- Returns:
- the override name for this file
 
 - 
setOverrideNamevoid setOverrideName(String overrideName) Allows you to specify an override name that can be used instead of using the original file name.- Parameters:
- overrideName-
 
 - 
getErrorNameENString getErrorNameEN() An identifier that can be used in error messages while processing a FileParameter.- Returns:
- the identifier of a FileParameter in English.
 
 
- 
 
-