Uses of Class
com.helger.commons.state.ESuccess
-
-
Uses of ESuccess in com.helger.commons.base64
Methods in com.helger.commons.base64 that return ESuccess Modifier and Type Method Description static 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 ESuccess Modifier and Type Method Description static ESuccessThreadHelper. sleep(long nMilliseconds)Sleep the current thread for a certain amount of timestatic ESuccessThreadHelper. sleep(long nDuration, TimeUnit aTimeUnit)Sleep the current thread for a certain amount of timestatic ESuccessThreadHelper. sleep(Duration aDuration)Sleep 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 ESuccess Modifier and Type Method Description ESuccessAbstractConcurrentCollector. queueObject(DATATYPE aObject)ESuccessIMutableConcurrentCollector. queueObject(DATATYPE aObject)Submit an object to the queue.ESuccessAbstractConcurrentCollector. stopQueuingNewObjects()ESuccessIMutableConcurrentCollector. stopQueuingNewObjects()Stop taking new objects in the collector. -
Uses of ESuccess in com.helger.commons.datetime
Methods in com.helger.commons.datetime that return ESuccess Modifier and Type Method Description static 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 Modifier and Type Method Description static ESuccessChannelHelper. close(Channel aChannel)static ESuccessChannelHelper. release(FileLock aFileLock) -
Uses of ESuccess in com.helger.commons.io.file
Methods in com.helger.commons.io.file that return ESuccess Modifier and Type Method Description static ESuccessSimpleFileIO. writeFile(File aFile, byte[] aContent)static ESuccessSimpleFileIO. writeFile(File aFile, byte[] aContent, int nOffset, int nLength)static ESuccessSimpleFileIO. writeFile(File aFile, String sContent, Charset aCharset) -
Uses of ESuccess in com.helger.commons.io.relative
Methods in com.helger.commons.io.relative that return ESuccess Modifier and Type Method Description default 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 ESuccessIFileRelativeIO. saveFile(String sRelativePath, byte[] aBytes)Helper function for saving a file with correct error handling.default ESuccessIFileRelativeIO. saveFile(String sRelativePath, String sContent, Charset aCharset)Helper function for saving a file with correct error handling.default ESuccessIFileRelativeIO. writeFile(String sRelativePath, EAppend eAppend, byte[] aBytes)Helper 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 ESuccess Modifier and Type Method Description ESuccessStreamHelper.CopyByteStreamBuilder. build()This method performs the main copyingESuccessStreamHelper.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 ESuccessStreamHelper. flush(Flushable aFlushable)Flush 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 ESuccess Modifier and Type Method Description ESuccessIObjectPoolFactory. activate(DATATYPE aItem)Called when an existing object is borrowed from the pool.ESuccessIMutableObjectPool. returnObject(DATATYPE aItem)Return a previously borrowed object back to the pool.ESuccessObjectPool. returnObject(DATATYPE aItem) -
Uses of ESuccess in com.helger.commons.state
Methods in com.helger.commons.state that return ESuccess Modifier and Type Method Description default 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 ESuccessESuccess. valueOf(String name)Returns 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.
-