simple.util |
|
Java Source File Name | Type | Comment |
BlockingQueue.java | Class | This provides a quick implementation for a thread safe queue. |
Buffer.java | Class | The Buffer is intended to be a general purpose byte
Buffer . |
ByteStore.java | Interface | The ByteStore class is used to provide access
to a byte buffer. |
FileProperties.java | Class | The FileProperties object is used as a convienience
class that is used to create a Properties object
from a file path. |
Introspector.java | Class | The Introspector provides a means to invoke methods
of arbitrary objects by matching a parameter list and name. |
Match.java | Interface | This object is used with the Resolver to store
and retrive the pattern match pairs. |
MessageQueue.java | Class | This provides a means to pass messages between threads. |
PlainLoader.java | Class | The PlainLoader is used to load properties in the
standard format. |
PriorityQueue.java | Class | This class implements a PriorityQueue . |
PropertyException.java | Class | The PropertyException is used to describe the error
that occurs when a properties file cannot be read. |
PropertyLoader.java | Interface | This is the PropertyLoader used to load properties
from the specified stream. |
PropertyParser.java | Class | The PropertyParser is used to load properties for
multiple formats. |
Resolver.java | Class | This is used to match String 's with the first pattern
that String matches. |
URLProperties.java | Class | The URLProperties object is used as a convienience
class that is used to create a Properties object
from a URL. |
XMLLoader.java | Class | The XMLLoader is used to parse a properties file
in an XML format. |