public class ProcessingResultFilePath extends AProcessingResult implements IProcessingResultFilePath
Constructor and Description |
---|
ProcessingResultFilePath(File file) |
ProcessingResultFilePath(File file,
boolean success) |
ProcessingResultFilePath(String filePath) |
ProcessingResultFilePath(String filePath,
boolean success) |
Modifier and Type | Method and Description |
---|---|
String |
getFilePath()
Getter of the file path
|
String |
getPlaceholderValue(int index,
String key)
|
int |
getValuesCount() |
getSessionAttributeMap, getSuccessValue, setSessionAttributeMap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getErrorCode, getErrorMessage, getSessionAttributeMap, getSuccessValue
public ProcessingResultFilePath(String filePath, boolean success)
public ProcessingResultFilePath(String filePath)
public ProcessingResultFilePath(File file, boolean success)
public ProcessingResultFilePath(File file)
public String getFilePath()
IProcessingResultFilePath
getFilePath
in interface IProcessingResultFilePath
String
the file pathpublic String getPlaceholderValue(int index, String key)
IProcessingResult
List
of Map
s. This return the value at a given index and
key.getPlaceholderValue
in interface IProcessingResult
index
- Index at which to retrieve the processing result value.key
- Key at which to retrieve the processing result value.public int getValuesCount()
getValuesCount
in interface IProcessingResult
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.