Package com.seclore.fs.helper.core
Class UnprotectedFile
java.lang.Object
com.seclore.fs.helper.core.UnprotectedFile
This class represents unprotected file.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the path of the unprotected file or wrapped file.
-
Constructor Details
-
UnprotectedFile
Constructor to initialize this class.- Parameters:
pFilePath- : Path of the unprotected file or HTML wrapped file.
-
-
Method Details
-
getFilePath
This method returns the path of the unprotected file or wrapped file.
Note - In case of protectAndWrap() and wrap() methods, file path is HTML wrapped file. In case of unwrap() method file path is unprotected file.- Returns:
- : File Path.
-