Public Member Functions | |
LSDExtDbDocument | getIfExists (String filepath) |
LSDExtDbDocument | getIfExists (File file) |
void | clean () |
Protected Attributes | |
LSDDbAdmin | admin = null |
LSDLegacy | lsdlegacy = null |
Static Private Member Functions | |
static boolean | compareFile (File fileSrc, String fileLSD) |
LSDExtDbDocument openlsd.server.admin.commoncheck.LSDCheckSimilarAbstract.getIfExists | ( | String | filepath | ) |
Returns the Document if it exists, else null
filepath |
LSDExtDbDocument openlsd.server.admin.commoncheck.LSDCheckSimilarAbstract.getIfExists | ( | File | file | ) |
Returns the Document if it exists, else null
file | to check if it exists |
static boolean openlsd.server.admin.commoncheck.LSDCheckSimilarAbstract.compareFile | ( | File | fileSrc, | |
String | fileLSD | |||
) | [static, private] |
Compares two files (one File, one path to the LSD File)
fileSrc | ||
fileLSD |
void openlsd.server.admin.commoncheck.LSDCheckSimilarAbstract.clean | ( | ) |
Clean object
Reimplemented in openlsd.server.admin.LSDCheckSimilar.
LSDDbAdmin openlsd.server.admin.commoncheck.LSDCheckSimilarAbstract.admin = null [protected] |
The DBAdmin connector
LSDLegacy openlsd.server.admin.commoncheck.LSDCheckSimilarAbstract.lsdlegacy = null [protected] |
The LSD Legacy object