Uses of Annotation Type
com.helger.commons.annotation.OverrideOnDemand
Packages that use OverrideOnDemand
Package
Description
-
Uses of OverrideOnDemand in com.helger.commons.cache
Methods in com.helger.commons.cache with annotations of type OverrideOnDemandModifier and TypeMethodDescriptionprotected ICommonsMap<KEYSTORETYPE, Wrapper<VALUETYPE>> MappedCache.createCache()Create a new cache map. -
Uses of OverrideOnDemand in com.helger.commons.callback.exception
Methods in com.helger.commons.callback.exception with annotations of type OverrideOnDemandModifier and TypeMethodDescriptionprotected StringLoggingExceptionCallback.getLogMessage(Throwable t) Get the text to be logged for a certain exceptionprotected booleanLoggingExceptionCallback.isLogException(Throwable t) Check if the passed exception should be part of the log entry. -
Uses of OverrideOnDemand in com.helger.commons.codec
Methods in com.helger.commons.codec with annotations of type OverrideOnDemandModifier and TypeMethodDescriptionprotected Base64InputStreamBase64Codec.createBase64InputStream(NonBlockingByteArrayInputStream aBAIS) protected Base64OutputStreamBase64Codec.createBase64OutputStream(OutputStream aOS) -
Uses of OverrideOnDemand in com.helger.commons.collection.map
Methods in com.helger.commons.collection.map with annotations of type OverrideOnDemandModifier and TypeMethodDescriptionprotected voidAbstractSoftMap.onEntryRemoved(K aKey) Callback method invoked after a map entry is garbage collectedprotected voidLRUMap.onRemoveEldestEntry(int nSize, Map.Entry<KEYTYPE, VALUETYPE> aEldest) Protected method that is invoked every time the oldest entry is removed.protected voidLRUSet.onRemoveEldestEntry(int nSize, ELEMENTTYPE aEldest) Protected method that is invoked every time an element is removed from the cache, because the maximum size is exceeded.protected voidSoftLinkedHashMap.onRemoveEldestEntry(int nSize, Map.Entry<K, V> aEldest) Protected method that is invoked every time the oldest entry is removed. -
Uses of OverrideOnDemand in com.helger.commons.concurrent
Methods in com.helger.commons.concurrent with annotations of type OverrideOnDemandModifier and TypeMethodDescriptionprotected voidBasicThreadFactory.initializeThread(Thread aThread) Initializes the specified thread. -
Uses of OverrideOnDemand in com.helger.commons.error
Methods in com.helger.commons.error with annotations of type OverrideOnDemandModifier and TypeMethodDescriptionprotected booleanSingleError.equalsLinkedException(Throwable t1, Throwable t2) Overridable implementation of Throwable for the Linked exception field.protected voidSingleError.hashCodeLinkedException(HashCodeGenerator aHCG, Throwable t) Overridable implementation of Throwable for the Linked exception field. -
Uses of OverrideOnDemand in com.helger.commons.format
Methods in com.helger.commons.format with annotations of type OverrideOnDemandModifier and TypeMethodDescriptionprotected StringAbstractFormatterString.getValueAsString(Object aValue) Convert the source value to a string by using theTypeConverter. -
Uses of OverrideOnDemand in com.helger.commons.io.file
Methods in com.helger.commons.io.file with annotations of type OverrideOnDemandModifier and TypeMethodDescriptionprotected booleanFileSystemRecursiveIterator.recurseIntoDirectory(File aDirectory) Override this method to manually filter the directories, which are recursed into. -
Uses of OverrideOnDemand in com.helger.commons.io.resourceprovider
Methods in com.helger.commons.io.resourceprovider with annotations of type OverrideOnDemandModifier and TypeMethodDescriptionReadableResourceProviderChain.getReadableResource(String sName) WritableResourceProviderChain.getWritableResource(String sName) -
Uses of OverrideOnDemand in com.helger.commons.io.stream
Methods in com.helger.commons.io.stream with annotations of type OverrideOnDemandModifier and TypeMethodDescriptionprotected voidLoggingInputStream.onClose(long nCurrentPosition) protected voidLoggingOutputStream.onClose(long nTotalBytesWritten) protected voidLoggingReader.onClose(long nCurrentPosition) protected voidLoggingWriter.onClose(long nTotalBytesWritten) protected voidLoggingInputStream.onMark(int nReadLimit, long nCurrentPosition) protected voidLoggingReader.onMark(int nReadLimit, long nCurrentPosition) protected voidLoggingInputStream.onRead(int nBytesRead, long nNewPosition) protected voidLoggingReader.onRead(int nBytesRead, long nNewPosition) protected voidLoggingInputStream.onReset(long nCurrentPosition) protected voidLoggingReader.onReset(long nCurrentPosition) protected voidLoggingInputStream.onSkip(long nBytesSkipped, long nNewPosition) protected voidLoggingReader.onSkip(long nBytesSkipped, long nNewPosition) protected voidLoggingOutputStream.onWrite(int nBytesWritten, long nTotalBytesWritten) protected voidLoggingWriter.onWrite(int nBytesWritten, long nTotalBytesWritten) -
Uses of OverrideOnDemand in com.helger.commons.log
Methods in com.helger.commons.log with annotations of type OverrideOnDemandModifier and TypeMethodDescriptionprotected LogMessageInMemoryLogger.createLogMessage(IErrorLevel eErrorLevel, Serializable aMsg, Throwable t) Override this method to create a different LogMessage object or to filter certain log messages.protected voidInMemoryLogger.onAddLogMessage(LogMessage aLogMessage) Callback method that is invoked after a message was added. -
Uses of OverrideOnDemand in com.helger.commons.mutable
Methods in com.helger.commons.mutable with annotations of type OverrideOnDemandModifier and TypeMethodDescriptionprotected voidAbstractMutableNumeric.onAfterChange()This method is invoked after a value changed.protected voidMutableBoolean.onAfterChange()This method is invoked after a value changed.