Uses of Enum
com.helger.commons.state.ESuccess
Packages that use ESuccess
Package
Description
-
Uses of ESuccess in com.helger.commons.base64
Methods in com.helger.commons.base64 that return ESuccessModifier and TypeMethodDescriptionstatic ESuccessBase64.decodeToFile(String sDataToDecode, File aFile) Convenience method for decoding data to a file.static ESuccessBase64.encodeToFile(byte[] aDataToEncode, File aFile) Convenience method for encoding data to a file. -
Uses of ESuccess in com.helger.commons.concurrent
Methods in com.helger.commons.concurrent that return ESuccessModifier and TypeMethodDescriptionstatic ESuccessThreadHelper.sleep(long nMilliseconds) Sleep the current thread for a certain amount of timestatic ESuccessSleep the current thread for a certain amount of timestatic ESuccessSleep the current thread for a certain amount of timestatic ESuccessThreadHelper.sleepMinutes(long nMinutes) Sleep the current thread for a certain amount of timestatic ESuccessThreadHelper.sleepSeconds(long nSeconds) Sleep the current thread for a certain amount of time -
Uses of ESuccess in com.helger.commons.concurrent.collector
Methods in com.helger.commons.concurrent.collector that return ESuccessModifier and TypeMethodDescriptionfinal ESuccessAbstractConcurrentCollector.queueObject(DATATYPE aObject) IMutableConcurrentCollector.queueObject(DATATYPE aObject) Submit an object to the queue.final ESuccessAbstractConcurrentCollector.stopQueuingNewObjects()IMutableConcurrentCollector.stopQueuingNewObjects()Stop taking new objects in the collector. -
Uses of ESuccess in com.helger.commons.datetime
Methods in com.helger.commons.datetime that return ESuccessModifier and TypeMethodDescriptionstatic ESuccessPDTConfig.setDefaultDateTimeZoneID(String sDateTimeZoneID) Set the default date time zone to use. -
Uses of ESuccess in com.helger.commons.io.channel
Methods in com.helger.commons.io.channel that return ESuccess -
Uses of ESuccess in com.helger.commons.io.file
Methods in com.helger.commons.io.file that return ESuccess -
Uses of ESuccess in com.helger.commons.io.relative
Methods in com.helger.commons.io.relative that return ESuccessModifier and TypeMethodDescriptiondefault ESuccessIFileRelativeIO.appendFile(String sRelativePath, byte[] aBytes) Helper function for saving a file with correct error handling.default ESuccessIFileRelativeIO.appendFile(String sRelativePath, String sContent, Charset aCharset) Helper function for saving a file with correct error handling.default ESuccessHelper function for saving a file with correct error handling.default ESuccessHelper function for saving a file with correct error handling.default ESuccessHelper function for saving a file with correct error handling. -
Uses of ESuccess in com.helger.commons.io.stream
Methods in com.helger.commons.io.stream that return ESuccessModifier and TypeMethodDescriptionStreamHelper.CopyByteStreamBuilder.build()This method performs the main copyingStreamHelper.CopyCharStreamBuilder.build()This method performs the main copyingstatic ESuccessStreamHelper.close(AutoCloseable aCloseable) Close the passed stream by encapsulating the declaredIOException.static ESuccessStreamHelper.closeWithoutFlush(AutoCloseable aCloseable) Close the passed object, without trying to call flush on it.static ESuccessStreamHelper.copyInputStreamToOutputStream(InputStream aIS, OutputStream aOS) Pass the content of the given input stream to the given output stream.static ESuccessStreamHelper.copyInputStreamToOutputStreamAndCloseOS(InputStream aIS, OutputStream aOS) Pass the content of the given input stream to the given output stream.static ESuccessStreamHelper.copyReaderToWriter(Reader aReader, Writer aWriter) Pass the content of the given reader to the given writer.static ESuccessStreamHelper.copyReaderToWriterAndCloseWriter(Reader aReader, Writer aWriter) Pass the content of the given reader to the given writer.static ESuccessFlush the passed object encapsulating the declaredIOException.static ESuccessStreamHelper.writeStream(OutputStream aOS, byte[] aBuf) Write bytes to anOutputStream.static ESuccessStreamHelper.writeStream(OutputStream aOS, byte[] aBuf, int nOfs, int nLen) Write bytes to anOutputStream.static ESuccessStreamHelper.writeStream(OutputStream aOS, String sContent, Charset aCharset) Write bytes to anOutputStream. -
Uses of ESuccess in com.helger.commons.pool
Methods in com.helger.commons.pool that return ESuccessModifier and TypeMethodDescriptionCalled when an existing object is borrowed from the pool.IMutableObjectPool.returnObject(DATATYPE aItem) Return a previously borrowed object back to the pool.ObjectPool.returnObject(DATATYPE aItem) -
Uses of ESuccess in com.helger.commons.state
Methods in com.helger.commons.state that return ESuccessModifier and TypeMethodDescriptiondefault ESuccessISuccessIndicator.and(ISuccessIndicator aSuccess) default ESuccessISuccessIndicator.or(ISuccessIndicator aSuccess) static ESuccessESuccess.valueOf(boolean bSuccess) Returns the enum constant of this type with the specified name.static ESuccessESuccess.valueOf(ISuccessIndicator aSuccessIndicator) Returns the enum constant of this type with the specified name.static ESuccessReturns the enum constant of this type with the specified name.static ESuccessESuccess.valueOfChange(IChangeIndicator aChange) static ESuccess[]ESuccess.values()Returns an array containing the constants of this enum type, in the order they are declared.