Serialized Form
-
Package com.helger.commons.aggregate
-
Package com.helger.commons.cache
-
Class com.helger.commons.cache.AnnotationUsageCache extends Object implements Serializable
-
Serialized Fields
-
m_aAnnotationClass
Class<? extends Annotation> m_aAnnotationClass
-
m_aMap
ICommonsMap<String,ETriState> m_aMap
-
m_aRWLock
SimpleReadWriteLock m_aRWLock
-
-
-
-
Package com.helger.commons.callback
-
Class com.helger.commons.callback.CallbackList extends Object implements Serializable
-
Serialized Fields
-
m_aCallbacks
ICommonsOrderedSet<CALLBACKTYPE extends ICallback> m_aCallbacks
-
m_aRWLock
SimpleReadWriteLock m_aRWLock
-
-
-
-
Package com.helger.commons.callback.exception
-
Class com.helger.commons.callback.exception.CollectingExceptionCallback extends Object implements Serializable
-
Class com.helger.commons.callback.exception.CollectingExceptionListCallback extends Object implements Serializable
-
Serialized Fields
-
m_aExceptions
ICommonsList<EXTYPE extends Throwable> m_aExceptions
-
-
-
Class com.helger.commons.callback.exception.LoggingExceptionCallback extends Object implements Serializable
-
Serialized Fields
-
m_aErrorLevel
IErrorLevel m_aErrorLevel
-
-
-
-
Package com.helger.commons.codec
-
Class com.helger.commons.codec.AbstractRFC1522Codec extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(@Nonnull ObjectInputStream aOIS) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(@Nonnull ObjectOutputStream aOOS) throws IOException
- Throws:
IOException
-
-
-
Class com.helger.commons.codec.ASCII85Codec extends Object implements Serializable
-
Class com.helger.commons.codec.ASCIIHexCodec extends Object implements Serializable
-
Class com.helger.commons.codec.Base16Codec extends Object implements Serializable
-
Class com.helger.commons.codec.Base32Codec extends Object implements Serializable
-
Serialized Fields
-
m_aDecodeTable
byte[] m_aDecodeTable
Decode table to use. -
m_aEncodeTable
byte[] m_aEncodeTable
Encode table to use. -
m_bAddPadding
boolean m_bAddPadding
-
m_nPad
byte m_nPad
-
-
-
Class com.helger.commons.codec.Base64Codec extends Object implements Serializable
-
Class com.helger.commons.codec.DCTCodec extends Object implements Serializable
-
Class com.helger.commons.codec.DecodeException extends RuntimeException implements Serializable
-
Class com.helger.commons.codec.EncodeException extends RuntimeException implements Serializable
-
Class com.helger.commons.codec.FlateCodec extends Object implements Serializable
-
Class com.helger.commons.codec.GZIPCodec extends Object implements Serializable
-
Class com.helger.commons.codec.IdentityByteArrayCodec extends IdentityCodec<byte[]> implements Serializable
-
Class com.helger.commons.codec.IdentityCodec extends Object implements Serializable
-
Class com.helger.commons.codec.LZWCodec extends Object implements Serializable
-
Class com.helger.commons.codec.QuotedPrintableCodec extends Object implements Serializable
-
Serialized Fields
-
m_aPrintableChars
BitSet m_aPrintableChars
-
-
-
Class com.helger.commons.codec.RFC1522BCodec extends AbstractRFC1522Codec implements Serializable
-
Class com.helger.commons.codec.RFC1522QCodec extends AbstractRFC1522Codec implements Serializable
-
Serialized Fields
-
m_bEncodeBlanks
boolean m_bEncodeBlanks
-
-
-
Class com.helger.commons.codec.RFC2616Codec extends Object implements Serializable
-
Class com.helger.commons.codec.RunLengthCodec extends Object implements Serializable
-
Class com.helger.commons.codec.URLCodec extends Object implements Serializable
-
Serialized Fields
-
m_aPrintableChars
BitSet m_aPrintableChars
-
-
-
-
Package com.helger.commons.collection
-
Class com.helger.commons.collection.NonBlockingStack extends CommonsArrayList<ELEMENTTYPE> implements Serializable
-
-
Package com.helger.commons.collection.attr
-
Class com.helger.commons.collection.attr.AttributeContainer extends CommonsLinkedHashMap<KEYTYPE,VALUETYPE> implements Serializable
-
Serialized Fields
-
m_aAfterCallbacks
CallbackList<IAttributeContainer.IAfterSetValueCallback<KEYTYPE,VALUETYPE>> m_aAfterCallbacks
-
m_aBeforeCallbacks
CallbackList<IAttributeContainer.IBeforeSetValueCallback<KEYTYPE,VALUETYPE>> m_aBeforeCallbacks
-
-
-
Class com.helger.commons.collection.attr.AttributeContainerAny extends AttributeContainer<KEYTYPE,Object> implements Serializable
-
Class com.helger.commons.collection.attr.AttributeContainerAnyConcurrent extends AttributeContainerConcurrent<KEYTYPE,Object> implements Serializable
-
Class com.helger.commons.collection.attr.AttributeContainerConcurrent extends CommonsConcurrentHashMap<KEYTYPE,VALUETYPE> implements Serializable
-
Serialized Fields
-
m_aAfterCallbacks
CallbackList<IAttributeContainer.IAfterSetValueCallback<KEYTYPE,VALUETYPE>> m_aAfterCallbacks
-
m_aBeforeCallbacks
CallbackList<IAttributeContainer.IBeforeSetValueCallback<KEYTYPE,VALUETYPE>> m_aBeforeCallbacks
-
-
-
Class com.helger.commons.collection.attr.StringMap extends AttributeContainer<String,String> implements Serializable
-
-
Package com.helger.commons.collection.impl
-
Class com.helger.commons.collection.impl.CommonsArrayList extends ArrayList<ELEMENTTYPE> implements Serializable
-
Class com.helger.commons.collection.impl.CommonsConcurrentHashMap extends ConcurrentHashMap<KEYTYPE,VALUETYPE> implements Serializable
-
Class com.helger.commons.collection.impl.CommonsCopyOnWriteArrayList extends CopyOnWriteArrayList<ELEMENTTYPE> implements Serializable
-
Class com.helger.commons.collection.impl.CommonsCopyOnWriteArraySet extends CopyOnWriteArraySet<ELEMENTTYPE> implements Serializable
-
Class com.helger.commons.collection.impl.CommonsEnumMap extends EnumMap<KEYTYPE extends Enum<KEYTYPE>,VALUETYPE> implements Serializable
-
Class com.helger.commons.collection.impl.CommonsHashMap extends HashMap<KEYTYPE,VALUETYPE> implements Serializable
-
Class com.helger.commons.collection.impl.CommonsHashSet extends HashSet<ELEMENTTYPE> implements Serializable
-
Class com.helger.commons.collection.impl.CommonsLinkedHashMap extends LinkedHashMap<KEYTYPE,VALUETYPE> implements Serializable
-
Class com.helger.commons.collection.impl.CommonsLinkedHashSet extends LinkedHashSet<ELEMENTTYPE> implements Serializable
-
Class com.helger.commons.collection.impl.CommonsLinkedList extends LinkedList<ELEMENTTYPE> implements Serializable
-
Class com.helger.commons.collection.impl.CommonsTreeMap extends TreeMap<KEYTYPE,VALUETYPE> implements Serializable
-
Class com.helger.commons.collection.impl.CommonsTreeSet extends TreeSet<ELEMENTTYPE> implements Serializable
-
Class com.helger.commons.collection.impl.CommonsVector extends Vector<ELEMENTTYPE> implements Serializable
-
Class com.helger.commons.collection.impl.CommonsWeakHashMap extends WeakHashMap<KEYTYPE,VALUETYPE> implements Serializable
-
-
Package com.helger.commons.collection.iterate
-
Class com.helger.commons.collection.iterate.EmptyIterator extends Object implements Serializable
-
-
Package com.helger.commons.collection.map
-
Class com.helger.commons.collection.map.AbstractSoftMap extends AbstractMap<K,V> implements Serializable
-
Serialized Fields
-
m_aQueue
ReferenceQueue<V> m_aQueue
Reference queue for cleared SoftReference objects. -
m_aSrcMap
Map<K,AbstractSoftMap.SoftValue<K,V>> m_aSrcMap
The internal HashMap that will hold the SoftReference.
-
-
-
Class com.helger.commons.collection.map.LoggingLRUMap extends LRUMap<KEYTYPE,VALUETYPE> implements Serializable
-
Serialized Fields
-
m_sMapName
String m_sMapName
-
-
-
Class com.helger.commons.collection.map.LRUMap extends CommonsLinkedHashMap<KEYTYPE,VALUETYPE> implements Serializable
-
Serialized Fields
-
m_nMaxSize
int m_nMaxSize
-
-
-
Class com.helger.commons.collection.map.LRUSet extends AbstractSet<ELEMENTTYPE> implements Serializable
-
Serialized Fields
-
m_aMap
com.helger.commons.collection.map.LRUSet.LRUCacheMap m_aMap
-
-
-
Class com.helger.commons.collection.map.SoftHashMap extends AbstractSoftMap<K,V> implements Serializable
-
Class com.helger.commons.collection.map.SoftLinkedHashMap extends AbstractSoftMap<K,V> implements Serializable
-
Serialized Fields
-
m_nMaxSize
int m_nMaxSize
-
-
-
-
Package com.helger.commons.compare
-
Package com.helger.commons.concurrent
-
Class com.helger.commons.concurrent.NonReentrantLock extends AbstractQueuedSynchronizer implements Serializable
-
Serialized Fields
-
m_aOwner
Thread m_aOwner
-
-
-
Class com.helger.commons.concurrent.SimpleLock extends ReentrantLock implements Serializable
-
Class com.helger.commons.concurrent.SimpleReadWriteLock extends ReentrantReadWriteLock implements Serializable
-
-
Package com.helger.commons.csv
-
Class com.helger.commons.csv.CSVParser extends Object implements Serializable
-
Serialized Fields
-
m_bIgnoreLeadingWhiteSpace
boolean m_bIgnoreLeadingWhiteSpace
Ignore any leading white space at the start of the field. -
m_bIgnoreQuotations
boolean m_bIgnoreQuotations
Skip over quotation characters when parsing. -
m_bInField
boolean m_bInField
-
m_bStrictQuotes
boolean m_bStrictQuotes
Determines if the field is between quotes (true) or between separators (false). -
m_cEscapeChar
char m_cEscapeChar
This is the character that theCSVParserwill treat as the escape character. -
m_cQuoteChar
char m_cQuoteChar
This is the character that theCSVParserwill treat as the quotation character. -
m_cSeparatorChar
char m_cSeparatorChar
This is the character that theCSVParserwill treat as the separator. -
m_sPending
String m_sPending
-
-
-
-
Package com.helger.commons.datetime
-
Class com.helger.commons.datetime.PDTMask extends Object implements Serializable
-
Serialized Fields
-
m_aQuery
TemporalQuery<T extends Temporal & Serializable> m_aQuery
-
m_sPattern
String m_sPattern
-
-
-
Class com.helger.commons.datetime.PDTZoneID extends Object implements Serializable
-
Class com.helger.commons.datetime.WithZoneId extends Object implements Serializable
-
-
Package com.helger.commons.deadlock
-
Class com.helger.commons.deadlock.LoggingThreadDeadlockCallback extends Object implements Serializable
-
-
Package com.helger.commons.dimension
-
Class com.helger.commons.dimension.SizeDouble extends Object implements Serializable
-
Serialized Fields
-
m_dHeight
double m_dHeight
-
m_dWidth
double m_dWidth
-
-
-
Class com.helger.commons.dimension.SizeFloat extends Object implements Serializable
-
Serialized Fields
-
m_dHeight
float m_dHeight
-
m_dWidth
float m_dWidth
-
-
-
Class com.helger.commons.dimension.SizeInt extends Object implements Serializable
-
Serialized Fields
-
m_nHeight
int m_nHeight
-
m_nWidth
int m_nWidth
-
-
-
Class com.helger.commons.dimension.SizeLong extends Object implements Serializable
-
Serialized Fields
-
m_nHeight
long m_nHeight
-
m_nWidth
long m_nWidth
-
-
-
-
Package com.helger.commons.email
-
Class com.helger.commons.email.EmailAddress extends Object implements Serializable
-
-
Package com.helger.commons.error
-
Class com.helger.commons.error.ErrorTextProvider extends Object implements Serializable
-
Serialized Fields
-
m_aItems
ICommonsList<ErrorTextProvider.IFormattableItem> m_aItems
-
m_sFieldSep
String m_sFieldSep
-
-
-
Class com.helger.commons.error.ErrorTextProvider.FormattableItem extends Object implements Serializable
-
Serialized Fields
-
m_eField
ErrorTextProvider.EField m_eField
-
m_sText
String m_sText
-
-
-
Class com.helger.commons.error.SingleError extends Object implements Serializable
-
Serialized Fields
-
m_aErrorLevel
IErrorLevel m_aErrorLevel
-
m_aErrorLocation
ILocation m_aErrorLocation
-
m_aErrorText
IHasErrorText m_aErrorText
-
m_aLinkedException
Throwable m_aLinkedException
-
m_sErrorFieldName
String m_sErrorFieldName
-
m_sErrorID
String m_sErrorID
-
-
-
-
Package com.helger.commons.error.level
-
Class com.helger.commons.error.level.ErrorLevel extends Object implements Serializable
-
Serialized Fields
-
m_nNumericLevel
int m_nNumericLevel
-
m_sID
String m_sID
-
-
-
-
Package com.helger.commons.error.list
-
Class com.helger.commons.error.list.ErrorList extends CommonsArrayList<IError> implements Serializable
-
-
Package com.helger.commons.error.text
-
Class com.helger.commons.error.text.ConstantHasErrorText extends Object implements Serializable
-
Serialized Fields
-
m_sText
String m_sText
-
-
-
-
Package com.helger.commons.exception
-
Class com.helger.commons.exception.InitializationException extends RuntimeException implements Serializable
-
-
Package com.helger.commons.exception.mock
-
Class com.helger.commons.exception.mock.MockException extends Exception implements Serializable
-
Class com.helger.commons.exception.mock.MockIOException extends IOException implements Serializable
-
Class com.helger.commons.exception.mock.MockRuntimeException extends RuntimeException implements Serializable
-
-
Package com.helger.commons.factory
-
Class com.helger.commons.factory.FactoryNewInstance extends Object implements Serializable
-
-
Package com.helger.commons.format
-
Class com.helger.commons.format.AbstractFormatterString extends Object implements Serializable
-
Class com.helger.commons.format.FormatterMinLengthAddLeading extends AbstractFormatterString implements Serializable
-
Serialized Fields
-
m_cFill
char m_cFill
-
m_nMinLength
int m_nMinLength
-
-
-
Class com.helger.commons.format.FormatterMinLengthAddTrailing extends AbstractFormatterString implements Serializable
-
Serialized Fields
-
m_cFill
char m_cFill
-
m_nMinLength
int m_nMinLength
-
-
-
Class com.helger.commons.format.FormatterStringPrefixAndSuffix extends AbstractFormatterString implements Serializable
-
Class com.helger.commons.format.FormatterStringSkipPrefixAndSuffix extends AbstractFormatterString implements Serializable
-
-
Package com.helger.commons.functional
-
Package com.helger.commons.hierarchy.visit
-
Class com.helger.commons.hierarchy.visit.DefaultHierarchyVisitorCallback extends Object implements Serializable
-
Serialized Fields
-
m_nLevel
int m_nLevel
-
-
-
-
Package com.helger.commons.http
-
Class com.helger.commons.http.HttpHeaderMap extends Object implements Serializable
-
Serialized Fields
-
m_aHeaders
ICommonsOrderedMap<String,ICommonsList<String>> m_aHeaders
-
-
-
-
Package com.helger.commons.id
-
Package com.helger.commons.id.factory
-
Class com.helger.commons.id.factory.AbstractPersistingIntIDFactory extends Object implements Serializable
-
Serialized Fields
-
m_aLock
SimpleLock m_aLock
-
m_nID
int m_nID
-
m_nLastID
int m_nLastID
-
m_nReserveCount
int m_nReserveCount
-
-
-
Class com.helger.commons.id.factory.AbstractPersistingLongIDFactory extends Object implements Serializable
-
Serialized Fields
-
m_aLock
SimpleLock m_aLock
-
m_nID
long m_nID
-
m_nLastID
long m_nLastID
-
m_nReserveCount
int m_nReserveCount
-
-
-
Class com.helger.commons.id.factory.FileIntIDFactory extends AbstractPersistingIntIDFactory implements Serializable
-
Class com.helger.commons.id.factory.FileLongIDFactory extends AbstractPersistingLongIDFactory implements Serializable
-
Class com.helger.commons.id.factory.MemoryIntIDFactory extends Object implements Serializable
-
Serialized Fields
-
m_aID
AtomicInteger m_aID
-
-
-
Class com.helger.commons.id.factory.MemoryLongIDFactory extends Object implements Serializable
-
Serialized Fields
-
m_aID
AtomicLong m_aID
-
-
-
Class com.helger.commons.id.factory.MemoryStaticIntIDFactory extends Object implements Serializable
-
Class com.helger.commons.id.factory.MemoryStaticLongIDFactory extends Object implements Serializable
-
Class com.helger.commons.id.factory.StringIDFactory extends Object implements Serializable
-
Serialized Fields
-
m_aBaseFactory
IStringIDFactory m_aBaseFactory
-
m_sPrefix
String m_sPrefix
-
-
-
Class com.helger.commons.id.factory.StringIDFromGlobalIntIDFactory extends StringIDFactory implements Serializable
-
Class com.helger.commons.id.factory.StringIDFromGlobalLongIDFactory extends StringIDFactory implements Serializable
-
Class com.helger.commons.id.factory.StringIDFromGlobalPersistentIntIDFactory extends StringIDFactory implements Serializable
-
Class com.helger.commons.id.factory.StringIDFromGlobalPersistentLongIDFactory extends StringIDFactory implements Serializable
-
Class com.helger.commons.id.factory.StringIDFromIntIDFactory extends StringIDFactory implements Serializable
-
Class com.helger.commons.id.factory.StringIDFromLongIDFactory extends StringIDFactory implements Serializable
-
-
Package com.helger.commons.io
-
Class com.helger.commons.io.ByteArrayWrapper extends Object implements Serializable
-
Serialized Fields
-
m_aBytes
byte[] m_aBytes
-
m_bIsCopy
boolean m_bIsCopy
-
m_nLength
int m_nLength
-
m_nOffset
int m_nOffset
-
-
-
-
Package com.helger.commons.io.file
-
Class com.helger.commons.io.file.FileIOError extends Object implements Serializable
-
Serialized Fields
-
m_aException
Exception m_aException
-
m_aFile1
File m_aFile1
-
m_aFile2
File m_aFile2
-
m_eCode
EFileIOErrorCode m_eCode
-
m_eOperation
EFileIOOperation m_eOperation
-
-
-
Class com.helger.commons.io.file.FileOperationManager extends Object implements Serializable
-
Serialized Fields
-
m_aCallbacks
CallbackList<IFileOperationCallback> m_aCallbacks
-
m_aLastError
FileIOError m_aLastError
-
-
-
Class com.helger.commons.io.file.LoggingFileOperationCallback extends Object implements Serializable
-
-
Package com.helger.commons.io.relative
-
Class com.helger.commons.io.relative.FileRelativeIO extends Object implements Serializable
-
Serialized Fields
-
m_aBasePath
File m_aBasePath
-
-
-
Class com.helger.commons.io.relative.PathRelativeIO extends Object implements Serializable
-
-
Package com.helger.commons.io.resource
-
Class com.helger.commons.io.resource.ClassPathResource extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(@Nonnull ObjectInputStream aOIS) throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(@Nonnull ObjectOutputStream aOOS) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
m_aClassLoader
WeakReference<ClassLoader> m_aClassLoader
-
m_aURL
URL m_aURL
-
m_bURLResolved
boolean m_bURLResolved
-
m_sPath
String m_sPath
-
-
-
Class com.helger.commons.io.resource.FileSystemResource extends Object implements Serializable
-
Class com.helger.commons.io.resource.URLResource extends Object implements Serializable
-
Serialized Fields
-
m_aURL
URL m_aURL
-
-
-
-
Package com.helger.commons.io.resource.inmemory
-
Class com.helger.commons.io.resource.inmemory.AbstractMemoryReadableResource extends Object implements Serializable
-
Serialized Fields
-
m_sResourceID
String m_sResourceID
-
-
-
Class com.helger.commons.io.resource.inmemory.ReadableResourceByteArray extends AbstractMemoryReadableResource implements Serializable
-
Serialized Fields
-
m_aBytes
ByteArrayWrapper m_aBytes
-
-
-
Class com.helger.commons.io.resource.inmemory.ReadableResourceInputStream extends AbstractMemoryReadableResource implements Serializable
-
Serialized Fields
-
m_aIS
InputStream m_aIS
-
-
-
Class com.helger.commons.io.resource.inmemory.ReadableResourceString extends ReadableResourceByteArray implements Serializable
-
-
Package com.helger.commons.io.resource.wrapped
-
Class com.helger.commons.io.resource.wrapped.AbstractWrappedReadableResource extends Object implements Serializable
-
Serialized Fields
-
m_aBaseResource
IReadableResource m_aBaseResource
-
-
-
Class com.helger.commons.io.resource.wrapped.AbstractWrappedWritableResource extends Object implements Serializable
-
Serialized Fields
-
m_aBaseResource
IWritableResource m_aBaseResource
-
-
-
Class com.helger.commons.io.resource.wrapped.GZIPReadableResource extends AbstractWrappedReadableResource implements Serializable
-
Class com.helger.commons.io.resource.wrapped.GZIPWritableResource extends AbstractWrappedWritableResource implements Serializable
-
-
Package com.helger.commons.io.stream
-
Class com.helger.commons.io.stream.NonBlockingByteArrayInputStream extends InputStream implements Serializable
-
Serialized Fields
-
m_aBuf
byte[] m_aBuf
An array of bytes that was provided by the creator of the stream. Elementsbuf[0]throughbuf[count-1]are the only bytes that can ever be read from the stream; elementbuf[pos]is the next byte to be read. -
m_bIsCopy
boolean m_bIsCopy
-
m_nCount
int m_nCount
The index one greater than the last valid character in the input stream buffer. This value should always be nonnegative and not larger than the length ofbuf. It is one greater than the position of the last byte withinbufthat can ever be read from the input stream buffer. -
m_nMark
int m_nMark
The currently marked position in the stream. NonBlockingByteArrayInputStream objects are marked at position zero by default when constructed. They may be marked at another position within the buffer by themark()method. The current buffer position is set to this point by thereset()method.If no mark has been set, then the value of mark is the offset passed to the constructor (or 0 if the offset was not supplied).
-
m_nPos
int m_nPos
The index of the next character to read from the input stream buffer. This value should always be nonnegative and not larger than the value ofcount. The next byte to be read from the input stream buffer will bebuf[pos].
-
-
-
Class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream extends OutputStream implements Serializable
-
Serialized Fields
-
m_aBuf
byte[] m_aBuf
The buffer where data is stored. -
m_nCount
int m_nCount
The number of valid bytes in the buffer.
-
-
-
Class com.helger.commons.io.stream.NonBlockingStringWriter extends Writer implements Serializable
-
Serialized Fields
-
m_aSB
StringBuilder m_aSB
-
-
-
Class com.helger.commons.io.stream.StringInputStream extends NonBlockingByteArrayInputStream implements Serializable
-
-
Package com.helger.commons.io.streamprovider
-
Class com.helger.commons.io.streamprovider.ByteArrayInputStreamProvider extends Object implements Serializable
-
Serialized Fields
-
m_aBytes
ByteArrayWrapper m_aBytes
-
-
-
Class com.helger.commons.io.streamprovider.ByteArrayOutputStreamProvider extends Object implements Serializable
-
Serialized Fields
-
m_aOS
NonBlockingByteArrayOutputStream m_aOS
-
-
-
Class com.helger.commons.io.streamprovider.StringInputStreamProvider extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(@Nonnull ObjectInputStream aOIS) throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(@Nonnull ObjectOutputStream aOOS) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
-
Class com.helger.commons.io.streamprovider.StringReaderProvider extends Object implements Serializable
-
Serialized Fields
-
m_sData
String m_sData
-
-
-
Class com.helger.commons.io.streamprovider.StringWriterProvider extends Object implements Serializable
-
-
Package com.helger.commons.io.watchdir
-
Package com.helger.commons.lang
-
Class com.helger.commons.lang.NonBlockingProperties extends CommonsLinkedHashMap<String,String> implements Serializable
-
Serialized Fields
-
m_aDefaults
NonBlockingProperties m_aDefaults
A property list that contains default values for any keys not found in this property list.
-
-
-
-
Package com.helger.commons.location
-
Class com.helger.commons.location.SimpleLocation extends Object implements Serializable
-
Serialized Fields
-
m_nColumnNumber
int m_nColumnNumber
-
m_nLineNumber
int m_nLineNumber
-
m_sResourceID
String m_sResourceID
-
-
-
-
Package com.helger.commons.log
-
Class com.helger.commons.log.LogMessage extends Object implements Serializable
-
Serialized Fields
-
m_aErrorLevel
IErrorLevel m_aErrorLevel
-
m_aIssueDT
LocalDateTime m_aIssueDT
-
m_aMsg
Serializable m_aMsg
-
m_aThrowable
Throwable m_aThrowable
-
-
-
-
Package com.helger.commons.mime
-
Class com.helger.commons.mime.MimeType extends Object implements Serializable
-
Serialized Fields
-
m_aParameters
ICommonsList<MimeTypeParameter> m_aParameters
This list of parameters - optional -
m_eContentType
EMimeContentType m_eContentType
The content type (text, application etc.) -
m_sContentSubType
String m_sContentSubType
The sub type top be added to the content type. -
m_sMainTypeAsString
String m_sMainTypeAsString
The MIME type string including content type and sub type - for performance reasons only
-
-
-
Class com.helger.commons.mime.MimeTypeContent extends Object implements Serializable
-
Serialized Fields
-
m_aContentBytes
ByteArrayWrapper m_aContentBytes
-
m_aMimeType
IMimeType m_aMimeType
-
-
-
Class com.helger.commons.mime.MimeTypeParameter extends Object implements Serializable
-
Class com.helger.commons.mime.MimeTypeParserException extends RuntimeException implements Serializable
-
-
Package com.helger.commons.mutable
-
Class com.helger.commons.mutable.AbstractMutableInteger extends AbstractMutableNumeric<IMPLTYPE extends AbstractMutableInteger<IMPLTYPE>> implements Serializable
-
Class com.helger.commons.mutable.AbstractMutableNumeric extends Number implements Serializable
-
Class com.helger.commons.mutable.MutableBigDecimal extends AbstractMutableNumeric<MutableBigDecimal> implements Serializable
-
Serialized Fields
-
m_aValue
BigDecimal m_aValue
-
-
-
Class com.helger.commons.mutable.MutableBigInteger extends AbstractMutableNumeric<MutableBigInteger> implements Serializable
-
Serialized Fields
-
m_aValue
BigInteger m_aValue
-
-
-
Class com.helger.commons.mutable.MutableBoolean extends Object implements Serializable
-
Serialized Fields
-
m_bValue
boolean m_bValue
-
-
-
Class com.helger.commons.mutable.MutableByte extends AbstractMutableInteger<MutableByte> implements Serializable
-
Serialized Fields
-
m_nValue
byte m_nValue
-
-
-
Class com.helger.commons.mutable.MutableChar extends AbstractMutableInteger<MutableChar> implements Serializable
-
Serialized Fields
-
m_cValue
char m_cValue
-
-
-
Class com.helger.commons.mutable.MutableDouble extends AbstractMutableNumeric<MutableDouble> implements Serializable
-
Serialized Fields
-
m_dValue
double m_dValue
-
-
-
Class com.helger.commons.mutable.MutableFloat extends AbstractMutableNumeric<MutableFloat> implements Serializable
-
Serialized Fields
-
m_fValue
float m_fValue
-
-
-
Class com.helger.commons.mutable.MutableInt extends AbstractMutableInteger<MutableInt> implements Serializable
-
Serialized Fields
-
m_nValue
int m_nValue
-
-
-
Class com.helger.commons.mutable.MutableLong extends AbstractMutableInteger<MutableLong> implements Serializable
-
Serialized Fields
-
m_nValue
long m_nValue
-
-
-
Class com.helger.commons.mutable.MutableShort extends AbstractMutableInteger<MutableShort> implements Serializable
-
Serialized Fields
-
m_nValue
short m_nValue
-
-
-
-
Package com.helger.commons.name
-
Package com.helger.commons.regex
-
Class com.helger.commons.regex.RegExPattern extends Object implements Serializable
-
Serialized Fields
-
m_nOptions
int m_nOptions
-
m_sRegEx
String m_sRegEx
-
-
-
-
Package com.helger.commons.severity
-
Package com.helger.commons.state
-
Class com.helger.commons.state.ChangeWithValue extends Object implements Serializable
-
Class com.helger.commons.state.SuccessWithValue extends Object implements Serializable
-
-
Package com.helger.commons.statistics
-
Class com.helger.commons.statistics.AbstractStatisticsHandlerKeyedNumeric extends Object implements Serializable
-
Serialized Fields
-
m_aInvocationCount
AtomicInteger m_aInvocationCount
-
m_aMap
ICommonsMap<String,com.helger.commons.statistics.AbstractStatisticsHandlerKeyedNumeric.Value> m_aMap
-
-
-
Class com.helger.commons.statistics.AbstractStatisticsHandlerNumeric extends Object implements Serializable
-
Serialized Fields
-
m_aSum
BigInteger m_aSum
-
m_nInvocationCount
int m_nInvocationCount
-
m_nMax
long m_nMax
-
m_nMin
long m_nMin
-
-
-
Class com.helger.commons.statistics.StatisticsHandlerCache extends Object implements Serializable
-
Serialized Fields
-
m_aHits
AtomicInteger m_aHits
-
m_aMisses
AtomicInteger m_aMisses
-
-
-
Class com.helger.commons.statistics.StatisticsHandlerCounter extends Object implements Serializable
-
Serialized Fields
-
m_aCount
AtomicLong m_aCount
-
m_aInvocationCount
AtomicInteger m_aInvocationCount
-
-
-
Class com.helger.commons.statistics.StatisticsHandlerKeyedCounter extends Object implements Serializable
-
Serialized Fields
-
m_aInvocationCount
AtomicInteger m_aInvocationCount
-
m_aMap
ICommonsMap<String,com.helger.commons.statistics.StatisticsHandlerKeyedCounter.Value> m_aMap
-
m_aRWLock
SimpleReadWriteLock m_aRWLock
-
-
-
Class com.helger.commons.statistics.StatisticsHandlerKeyedSize extends AbstractStatisticsHandlerKeyedNumeric implements Serializable
-
Class com.helger.commons.statistics.StatisticsHandlerKeyedTimer extends AbstractStatisticsHandlerKeyedNumeric implements Serializable
-
Class com.helger.commons.statistics.StatisticsHandlerSize extends AbstractStatisticsHandlerNumeric implements Serializable
-
Class com.helger.commons.statistics.StatisticsHandlerTimer extends AbstractStatisticsHandlerNumeric implements Serializable
-
-
Package com.helger.commons.statistics.util
-
Package com.helger.commons.string.util
-
Class com.helger.commons.string.util.RomanNumeral extends Object implements Serializable
-
Serialized Fields
-
m_nValue
int m_nValue
The number represented by this Roman numeral.
-
-
-
Class com.helger.commons.string.util.StringScanner extends Object implements Serializable
-
Serialized Fields
-
m_nCurIndex
int m_nCurIndex
-
m_nMaxIndex
int m_nMaxIndex
-
m_sInput
String m_sInput
-
-
-
-
Package com.helger.commons.text
-
Class com.helger.commons.text.AbstractMapBasedMultilingualText extends AbstractReadOnlyMapBasedMultilingualText implements Serializable
-
Serialized Fields
-
m_aChangeNotifyCallbacks
CallbackList<IChangeCallback<IMutableMultilingualText>> m_aChangeNotifyCallbacks
A list of callback upon change.
-
-
-
Class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText extends AbstractHasText implements Serializable
-
Serialized Fields
-
m_aTexts
ICommonsOrderedMap<Locale,String> m_aTexts
-
-
-
Class com.helger.commons.text.ConstantHasText extends AbstractHasText implements Serializable
-
Serialized Fields
-
m_sFixedText
String m_sFixedText
-
-
-
Class com.helger.commons.text.ConstantHasTextWithArgs extends AbstractHasText implements Serializable
-
Serialized Fields
-
m_sFixedText
String m_sFixedText
-
-
-
Class com.helger.commons.text.MultilingualText extends AbstractMapBasedMultilingualText implements Serializable
-
Class com.helger.commons.text.ReadOnlyMultilingualText extends AbstractReadOnlyMapBasedMultilingualText implements Serializable
-
-
Package com.helger.commons.text.codepoint
-
Class com.helger.commons.text.codepoint.Codepoint extends Object implements Serializable
-
Serialized Fields
-
m_nValue
int m_nValue
-
-
-
Class com.helger.commons.text.codepoint.InvalidCharacterException extends RuntimeException implements Serializable
-
Serialized Fields
-
m_nInput
int m_nInput
-
-
-
-
Package com.helger.commons.text.display
-
Class com.helger.commons.text.display.ConstantHasDisplayText extends Object implements Serializable
-
Serialized Fields
-
m_sFixedText
String m_sFixedText
-
-
-
-
Package com.helger.commons.text.resourcebundle
-
Class com.helger.commons.text.resourcebundle.ResourceBundleKey extends Object implements Serializable
-
Class com.helger.commons.text.resourcebundle.ResourceBundleTextProvider extends AbstractHasText implements Serializable
-
Serialized Fields
-
m_aResBundleKey
ResourceBundleKey m_aResBundleKey
-
-
-
-
Package com.helger.commons.thirdparty
-
Package com.helger.commons.timing
-
Class com.helger.commons.timing.StopWatch extends Object implements Serializable
-
Serialized Fields
-
m_nDurationNanos
long m_nDurationNanos
-
m_nStartDT
long m_nStartDT
-
-
-
-
Package com.helger.commons.type
-
Class com.helger.commons.type.ObjectType extends Object implements Serializable
-
Serialized Fields
-
m_sName
String m_sName
-
-
-
Class com.helger.commons.type.TypedObject extends Object implements Serializable
-
Serialized Fields
-
m_aID
IDTYPE extends Serializable m_aID
-
m_aObjectType
ObjectType m_aObjectType
-
-
-
-
Package com.helger.commons.typeconvert
-
Class com.helger.commons.typeconvert.TypeConverterException extends RuntimeException implements Serializable
-
Serialized Fields
-
m_aDstClass
Class<?> m_aDstClass
-
m_aSrcClass
Class<?> m_aSrcClass
-
m_eReason
TypeConverterException.EReason m_eReason
-
-
-
-
Package com.helger.commons.typeconvert.rule
-
Class com.helger.commons.typeconvert.rule.AbstractTypeConverterRule extends Object implements Serializable
-
Serialized Fields
-
m_eSubType
ITypeConverterRule.ESubType m_eSubType
-
-
-
Class com.helger.commons.typeconvert.rule.TypeConverterRuleAnySourceFixedDestination extends AbstractTypeConverterRule<Object,DST> implements Serializable
-
Class com.helger.commons.typeconvert.rule.TypeConverterRuleAssignableSourceFixedDestination extends AbstractTypeConverterRule<SRC,DST> implements Serializable
-
Class com.helger.commons.typeconvert.rule.TypeConverterRuleFixedSourceAnyDestination extends AbstractTypeConverterRule<SRC,Object> implements Serializable
-
Class com.helger.commons.typeconvert.rule.TypeConverterRuleFixedSourceAssignableDestination extends AbstractTypeConverterRule<SRC,DST> implements Serializable
-
-
Package com.helger.commons.url
-
Class com.helger.commons.url.SimpleURL extends Object implements Serializable
-
Serialized Fields
-
m_aParams
URLParameterList m_aParams
-
m_sAnchor
String m_sAnchor
-
m_sPath
String m_sPath
-
-
-
Class com.helger.commons.url.URLData extends Object implements Serializable
-
Serialized Fields
-
m_aParams
URLParameterList m_aParams
-
m_sAnchor
String m_sAnchor
-
m_sPath
String m_sPath
-
-
-
Class com.helger.commons.url.URLParameter extends Object implements Serializable
-
Class com.helger.commons.url.URLParameterDecoder extends Object implements Serializable
-
Serialized Fields
-
m_aCharset
Charset m_aCharset
-
-
-
Class com.helger.commons.url.URLParameterEncoder extends Object implements Serializable
-
Serialized Fields
-
m_aCharset
Charset m_aCharset
-
-
-
Class com.helger.commons.url.URLParameterList extends CommonsArrayList<URLParameter> implements Serializable
-
Class com.helger.commons.url.URLProtocol extends Object implements Serializable
-
Serialized Fields
-
m_bAllowsForQueryParameters
boolean m_bAllowsForQueryParameters
-
m_sProtocol
String m_sProtocol
-
-
-
-
Package com.helger.commons.version
-
Class com.helger.commons.version.Version extends Object implements Serializable
-
Serialized Fields
-
m_nMajor
int m_nMajor
major version. -
m_nMicro
int m_nMicro
micro version. -
m_nMinor
int m_nMinor
minor version. -
m_sQualifier
String m_sQualifier
version build qualifier.
-
-
-
Class com.helger.commons.version.VersionRange extends Object implements Serializable
-
-
Package com.helger.commons.wrapper
-
Class com.helger.commons.wrapper.Wrapper extends Object implements Serializable
-
Serialized Fields
-
m_aObj
DATATYPE m_aObj
-
-
-