Uses of Enum Class
com.helger.base.state.ESuccess
Packages that use ESuccess
Package
Description
-
Uses of ESuccess in com.helger.base.concurrent
Methods in com.helger.base.concurrent that return ESuccessModifier and TypeMethodDescriptionstatic @NonNull ESuccessThreadHelper.sleep(long nMilliseconds) Sleep the current thread for a certain amount of timestatic @NonNull ESuccessSleep the current thread for a certain amount of timestatic @NonNull ESuccessSleep the current thread for a certain amount of timestatic @NonNull ESuccessThreadHelper.sleepMinutes(long nMinutes) Sleep the current thread for a certain amount of timestatic @NonNull ESuccessThreadHelper.sleepSeconds(long nSeconds) Sleep the current thread for a certain amount of time -
Uses of ESuccess in com.helger.base.io.stream
Methods in com.helger.base.io.stream that return ESuccessModifier and TypeMethodDescription@NonNull ESuccessStreamHelper.CopyByteStreamBuilder.build()This method performs the main copying@NonNull ESuccessStreamHelper.CopyCharStreamBuilder.build()This method performs the main copyingstatic @NonNull ESuccessStreamHelper.close(@Nullable AutoCloseable aCloseable) Close the passed stream by encapsulating the declaredIOException.static @NonNull ESuccessStreamHelper.closeWithoutFlush(@Nullable AutoCloseable aCloseable) Close the passed object, without trying to call flush on it.static @NonNull ESuccessStreamHelper.copyInputStreamToOutputStream(@Nullable InputStream aIS, @Nullable OutputStream aOS) Pass the content of the given input stream to the given output stream.static @NonNull ESuccessStreamHelper.copyInputStreamToOutputStreamAndCloseOS(@Nullable InputStream aIS, @Nullable OutputStream aOS) Pass the content of the given input stream to the given output stream.static @NonNull ESuccessStreamHelper.copyReaderToWriter(@Nullable Reader aReader, @Nullable Writer aWriter) Pass the content of the given reader to the given writer.static @NonNull ESuccessStreamHelper.copyReaderToWriterAndCloseWriter(@Nullable Reader aReader, @Nullable Writer aWriter) Pass the content of the given reader to the given writer.static @NonNull ESuccessFlush the passed object encapsulating the declaredIOException.static @NonNull ESuccessStreamHelper.writeStream(@NonNull OutputStream aOS, byte @NonNull [] aBuf) Write bytes to anOutputStream.static @NonNull ESuccessStreamHelper.writeStream(@NonNull OutputStream aOS, byte @NonNull [] aBuf, int nOfs, int nLen) Write bytes to anOutputStream.static @NonNull ESuccessStreamHelper.writeStream(@NonNull OutputStream aOS, @NonNull String sContent, @NonNull Charset aCharset) Write bytes to anOutputStream. -
Uses of ESuccess in com.helger.base.pool
Methods in com.helger.base.pool that return ESuccessModifier and TypeMethodDescription@NonNull ESuccessCalled when an existing object is borrowed from the pool.@NonNull ESuccessIMutableObjectPool.returnObject(@NonNull DATATYPE aItem) Return a previously borrowed object back to the pool.@NonNull ESuccessObjectPool.returnObject(@NonNull DATATYPE aItem) Return a previously borrowed object back to the pool. -
Uses of ESuccess in com.helger.base.state
Methods in com.helger.base.state that return ESuccessModifier and TypeMethodDescriptiondefault @NonNull ESuccessISuccessIndicator.and(@NonNull ISuccessIndicator aSuccess) Logical AND of this success indicator with another one.default @NonNull ESuccessISuccessIndicator.or(@NonNull ISuccessIndicator aSuccess) Logical OR of this success indicator with another one.static @NonNull ESuccessESuccess.valueOf(boolean bSuccess) Convert a boolean value to the correspondingESuccessenum value.static @NonNull ESuccessESuccess.valueOf(@NonNull ISuccessIndicator aSuccessIndicator) Convert anISuccessIndicatorto the correspondingESuccessenum value.static ESuccessReturns the enum constant of this class with the specified name.static @NonNull ESuccessESuccess.valueOfChange(@NonNull IChangeIndicator aChange) Convert anIChangeIndicatorto the correspondingESuccessenum value where changed maps to success.static ESuccess[]ESuccess.values()Returns an array containing the constants of this enum class, in the order they are declared.