Package com.jsql.model.accessible
Class CallableFile
java.lang.Object
com.jsql.model.accessible.CallableFile
- All Implemented Interfaces:
Callable<CallableFile>
Thread unit to read source of a file by SQL injection.
User can interrupt the process and get a partial result of the file content.
-
Constructor Summary
ConstructorDescriptionCallableFile
(String pathFile, InjectionModel injectionModel) Create Callable to read a file. -
Method Summary
-
Constructor Details
-
CallableFile
Create Callable to read a file.- Parameters:
pathFile
-
-
-
Method Details
-
call
Read a file on the server using SQL injection. Get partial result if user interrupts the process.- Specified by:
call
in interfaceCallable<CallableFile>
- Throws:
Exception
-
getPathFile
-
getSourceFile
-
getSuspendableReadFile
-