Class UnprotectedFile

java.lang.Object
com.seclore.fs.helper.core.UnprotectedFile

public class UnprotectedFile extends Object
This class represents unprotected file.
  • Constructor Details

    • UnprotectedFile

      public UnprotectedFile(String pFilePath)
      Constructor to initialize this class.
      Parameters:
      pFilePath - : Path of the unprotected file or HTML wrapped file.
  • Method Details

    • getFilePath

      public String 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.