Uses of Class
de.foellix.aql.helper.FileWithHash
Packages that use FileWithHash
-
Uses of FileWithHash in de.foellix.aql.helper
Methods in de.foellix.aql.helper that return types with arguments of type FileWithHashModifier and TypeMethodDescriptionstatic List<FileWithHash>Helper.getAnswerChildrenAsString(Task task) static List<FileWithHash>Helper.toHashedFileList(List<File> answerFiles) Create a hashed file list from ordinary file liststatic List<FileWithHash>Helper.toHashedFileList(List<File> answerFiles, String hashAlgorithm) Create a hashed file list from ordinary file listMethods in de.foellix.aql.helper with parameters of type FileWithHashModifier and TypeMethodDescriptionstatic StringHelper.getAnswerFilesAsHash(FileWithHash answerFile) Use this method to create %ANSWERSHASH% with SHA-256static StringHelper.getAnswerFilesAsHash(FileWithHash answerFile, String hashAlgorithm) Use this method to create %ANSWERSHASH% of any typeMethod parameters in de.foellix.aql.helper with type arguments of type FileWithHashModifier and TypeMethodDescriptionstatic StringHelper.getAnswerFilesAsHash(List<FileWithHash> answerFiles) Use this method to create %ANSWERSHASH% with SHA-256static StringHelper.getAnswerFilesAsHash(List<FileWithHash> answerFiles, String hashAlgorithm) Use this method to create %ANSWERSHASH% of any typestatic StringHelper.getAnswerFilesAsString(List<FileWithHash> answerFiles)