public class ImportHelper
extends java.lang.Object
Constructor and Description |
---|
ImportHelper() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFilePath()
Returns the file path
|
APIConstants.FilePathType |
getFilePathType()
Returns the path type of the given file.i.e ABSOLUTE OR RELATIVE
|
void |
setFilePath(java.lang.String filePath)
Method sets the file path as specified.
|
void |
setFilePathType(APIConstants.FilePathType filePathType)
Method sets the path type for the specified file.
|
public java.lang.String getFilePath()
public void setFilePath(java.lang.String filePath)
filePath
- Stringpublic APIConstants.FilePathType getFilePathType()
public void setFilePathType(APIConstants.FilePathType filePathType)
filePathType
- - Enum : Valid values are ABSOLUTE/RELATIVE