calculateChecksum(byte[] fileBytes) | dev.filechampion.filechampion4j.FileValidator | private |
checkMethodInputs() | dev.filechampion.filechampion4j.FileValidator | private |
checkPluginsConfig() | dev.filechampion.filechampion4j.FileValidator | private |
checkPluginsExist(JSONObject validationsJsonObject, String categroyKey, String extensionKey) | dev.filechampion.filechampion4j.FileValidator | private |
checksumAlgorithms | dev.filechampion.filechampion4j.FileValidator | private |
commonFileError | dev.filechampion.filechampion4j.FileValidator | private |
commonLogString | dev.filechampion.filechampion4j.FileValidator | private |
configJsonObject | dev.filechampion.filechampion4j.FileValidator | private |
deleteTempDir(Path tempFilePath) | dev.filechampion.filechampion4j.FileValidator | private |
doValidations(String originalFilenameClean) | dev.filechampion.filechampion4j.FileValidator | private |
errorResponse | dev.filechampion.filechampion4j.FileValidator | private |
executeAfterPlugins() | dev.filechampion.filechampion4j.FileValidator | private |
executeAfterPluginsProcess(String fileCategory, String fileExtension) | dev.filechampion.filechampion4j.FileValidator | private |
executeBeforePlugins(String fileCategory, String fileExtension) | dev.filechampion.filechampion4j.FileValidator | private |
executePlugin(String extensionPlugin, Map< String, StepConfig > stepConfigs, String fileExtension) | dev.filechampion.filechampion4j.FileValidator | private |
extensions | dev.filechampion.filechampion4j.FileValidator | private |
fileCategory | dev.filechampion.filechampion4j.FileValidator | private |
fileExtension | dev.filechampion.filechampion4j.FileValidator | private |
fileName | dev.filechampion.filechampion4j.FileValidator | private |
filePath | dev.filechampion.filechampion4j.FileValidator | private |
FileValidator(JSONObject configJsonObject) | dev.filechampion.filechampion4j.FileValidator | |
getFileExtension(String fileName) | dev.filechampion.filechampion4j.FileValidator | private |
isBlank(String str) | dev.filechampion.filechampion4j.FileValidator | private |
loadPlugins() | dev.filechampion.filechampion4j.FileValidator | private |
LOG | dev.filechampion.filechampion4j.FileValidator | privatestatic |
logFine(StringBuilder message) | dev.filechampion.filechampion4j.FileValidator | private |
LOGGER | dev.filechampion.filechampion4j.FileValidator | privatestatic |
logInfo(StringBuilder message) | dev.filechampion.filechampion4j.FileValidator | private |
logSevere(StringBuilder message) | dev.filechampion.filechampion4j.FileValidator | private |
logWarn(StringBuilder message) | dev.filechampion.filechampion4j.FileValidator | private |
mimeString | dev.filechampion.filechampion4j.FileValidator | private |
originalFile | dev.filechampion.filechampion4j.FileValidator | private |
outDir | dev.filechampion.filechampion4j.FileValidator | private |
pluginsHelper | dev.filechampion.filechampion4j.FileValidator | private |
responseMsgCountFail | dev.filechampion.filechampion4j.FileValidator | private |
responseMsgCountSuccess | dev.filechampion.filechampion4j.FileValidator | private |
saveFileToOutputDir(String fileCategory, String fileExtension, Path outDir, String fileName, byte[] fileBytes) | dev.filechampion.filechampion4j.FileValidator | private |
sbresponseAggregationFail | dev.filechampion.filechampion4j.FileValidator | private |
sbresponseAggregationSuccess | dev.filechampion.filechampion4j.FileValidator | private |
setFileAttributes(Path targetFilePath, String changeOwnershipUser, String changePermissionsMode) | dev.filechampion.filechampion4j.FileValidator | private |
sharedStepMessage | dev.filechampion.filechampion4j.FileValidator | private |
sharedStringBuilder | dev.filechampion.filechampion4j.FileValidator | private |
stepConfigsAfter | dev.filechampion.filechampion4j.FileValidator | private |
stepConfigsBefore | dev.filechampion.filechampion4j.FileValidator | private |
supportedAlgorithms | dev.filechampion.filechampion4j.FileValidator | privatestatic |
validateFile(String fileCategory, byte[] originalFile, String fileName, Path outputDir, String mimeString) | dev.filechampion.filechampion4j.FileValidator | |
validateFile(String fileCategory, Path filePath, String fileName, Path outputDir, String mimeString) | dev.filechampion.filechampion4j.FileValidator | |
validateFile(String fileCategory, byte[] originalFile, String fileName, String mimeString) | dev.filechampion.filechampion4j.FileValidator | |
validateFile(String fileCategory, byte[] originalFile, String fileName, Path outputDir) | dev.filechampion.filechampion4j.FileValidator | |
validateFile(String fileCategory, Path filePath, String fileName, String mimeString) | dev.filechampion.filechampion4j.FileValidator | |
validateFile(String fileCategory, Path filePath, String fileName, Path outputDir) | dev.filechampion.filechampion4j.FileValidator | |
validateFile(String fileCategory, byte[] originalFile, String fileName) | dev.filechampion.filechampion4j.FileValidator | |
validateFile(String fileCategory, Path filePath, String fileName) | dev.filechampion.filechampion4j.FileValidator | |
validateFileMain() | dev.filechampion.filechampion4j.FileValidator | private |
validationsHelper | dev.filechampion.filechampion4j.FileValidator | private |