Enhydra 3.1 API

Package com.lutris.util

Interface Summary
ChainedThrowable  
PersistentStore Persitent storage interface.
 

Class Summary
BMByteSearch Implements the Boyer-Moore pattern matching algorithm for a given byte pattern.
BMByteSearchStream Implements the Boyer-Moore pattern matching algorithm for a given byte pattern.
Config Config is essentially a KeywordValueTable used for recursive storage of data derived from a config file.
ConfigFile ConfigFile is used to manipulate Multiserver configuration (.conf) files.
Convert  
Currency Object to store and manipulate money.
HtmlEncoder This class contains a utility method for encoding a String so that it may be safely embedded within a HTML document without affecting the formatting of the document.
JavaScriptEncoder This class contains a utility method for encoding a String so that it may be safely used within JavaScript as a quoted string.
KeywordValueTable Class that implements a recursive keyword/value table.
 

Exception Summary
ChainedException Exception used as a base for creating an exception that has a chain of exceptions that lead to the derived exception.
ChainedRuntimeException  
ConfigException Exception class thrown by class Config.
KeywordValueException Exception for errors accessing a KeywordValueTable object.
PersistentStoreException This exception is thrown by objects that implement persistent storage.
 

Error Summary
ChainedError  
FatalExceptionError  
 


Enhydra 3.1 API