Uses of Enum
com.helger.commons.io.file.EFileIOOperation
Packages that use EFileIOOperation
-
Uses of EFileIOOperation in com.helger.commons.io.file
Methods in com.helger.commons.io.file that return EFileIOOperationModifier and TypeMethodDescriptionFileOperationManager.getLastOperation()IFileOperationManager.getLastOperation()FileIOError.getOperation()static EFileIOOperationReturns the enum constant of this type with the specified name.static EFileIOOperation[]EFileIOOperation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.commons.io.file with parameters of type EFileIOOperationModifier and TypeMethodDescriptionEFileIOErrorCode.getAsIOError(EFileIOOperation eOperation, File aFile) Use this error code to create a newFileIOErrorinstance.EFileIOErrorCode.getAsIOError(EFileIOOperation eOperation, File aFile1, File aFile2) Use this error code to create a newFileIOErrorinstance.static FileIOErrorEFileIOErrorCode.getAsIOError(EFileIOOperation eOperation, IOException ex) Static method to create aFileIOErrorfor anIOException.static FileIOErrorEFileIOErrorCode.getAsIOError(EFileIOOperation eOperation, UncheckedIOException ex) Static method to create aFileIOErrorfor anUncheckedIOException.EFileIOErrorCode.getAsIOError(EFileIOOperation eOperation, Path aPath) Use this error code to create a newFileIOErrorinstance.EFileIOErrorCode.getAsIOError(EFileIOOperation eOperation, Path aFile1, Path aFile2) Use this error code to create a newFileIOErrorinstance.static FileIOErrorEFileIOErrorCode.getSecurityAsIOError(EFileIOOperation eOperation, SecurityException ex) Static method to create aFileIOErrorfor aSecurityException.default voidIFileOperationCallback.onError(EFileIOOperation eOperation, EFileIOErrorCode eErrorCode, File aFile1, File aFile2, Exception aException) Called upon operation error.voidLoggingFileOperationCallback.onError(EFileIOOperation eOperation, EFileIOErrorCode eErrorCode, File aFile1, File aFile2, Exception aException) default voidIFileOperationCallback.onSuccess(EFileIOOperation eOperation, File aFile1, File aFile2) Called upon operation success.voidLoggingFileOperationCallback.onSuccess(EFileIOOperation eOperation, File aFile1, File aFile2) Constructors in com.helger.commons.io.file with parameters of type EFileIOOperationModifierConstructorDescriptionFileIOError(EFileIOOperation eOperation, EFileIOErrorCode eCode) FileIOError(EFileIOOperation eOperation, EFileIOErrorCode eCode, File aFile1) FileIOError(EFileIOOperation eOperation, EFileIOErrorCode eCode, File aFile1, File aFile2) FileIOError(EFileIOOperation eOperation, EFileIOErrorCode eCode, File aFile1, File aFile2, Exception aException) FileIOError(EFileIOOperation eOperation, EFileIOErrorCode eCode, Exception aException)