Package net.sf.infrared.agent.util

Interface Summary
NodeVisitor Interface that defines method for Tree Node Traversal.
 

Class Summary
ConfigurationProvider Class to read the properties file.
InfraREDLoggingFactory LoggingFactory implementation
InfraREDPropertiesUtil Utility class to return the value of properties
InfraREDUtil Utility methods used by InfraRED.
MultipleEntryGaurd This class is used to detect/prevent calls to InfraRED while we are in the processs of executing InfraRED code, this can happen if one of the libraries that InfraRED depends (e.g.
NodeVisitorImpl Convenience class providing dummy implementation for non-essential methods.
TestNodeVisitor Implementation of the NodeVisitor interface
Tree Implementation of a Tree data Structure.
TreeNode Implementation of a TreeNode that represents a single node in a Tree