Package com.phoenix_int.aserver.util

Interface Summary
IPHXLineStore This is the interface for holding a set of lines.
IPHXStringReplacer This is the interface for a replacing strings, used by the PHXStringReplacer class
Parser Interface to define the methods of a parser.
 

Class Summary
PHXFileLoader This is a utility class for loading data files.
PHXFileName this is a utility class for easily managing file names.
PHXFileParser This is a utility class for loading data files and extracting data.
PHXIcon This class provides utility functions for loading and creating an icon file
PHXNameDivider this is a utility class for breaking down names into smaller parts.
PHXProcess This is a utility class that extends java.lang.Process with a system dependent process ID.
PHXProcessInfo This class represents information about a running process on the system.
PHXRuntime this is a utility class for running processes.
PHXStringBuffer Class that behaves like a java.lang.StringBuffer but has logic for cacheing out to disk if the size grows over a limit (currently 512K).
PHXStringReplacer This is a utility class for replacing fields within a string.
PHXStringTokenizer This is a more sophisticated version of the Java StringTokenizer.
 

Enum Summary
Parser.Mode File-access mode Moved to type-safe enum from legacy integer constants
 

Exception Summary
PHXClassNotFoundException Simple wrapper for ClassNotFoundException which can contain additional logging info.
PHXGetByUrlException An exception that is thrown when encountering an error getting a file's contents via url
PHXNoSuchReplacementException An exception that is thrown when a replacement string cannot be found
PHXNoSuchTokenException An exception that is thrown when an object cannot be found