Package edu.wisc.trace.urcsdk.support

Provides support classes that can be used throughout the entire SDK.

See:
          Description

Class Summary
CommonUtility  
ErrorHandler ErrorHandler is a centralized approach to exception handling within the URC SDK.
FileCopyUtil UPnPDeviceDescriptionLocations contains the methods needed to get both the URC and Target UPnP Device Descriptions.
KeyValueMap  
LoggerUtil Creates a project-wide logger with handlers and formatters more conducive to the URC approach.
LoggerUtil.SdkFormatter Formats logger output to provide the originating method and line number in addition to the package on one line, and the logged message on the next.
LoggerUtil.SdkHandler Very simple handler that outputs all logged messages to stdout.
ProjectInfo ProjectInfo contains build information for the entire URC SDK.
UserPreferences UserPreferences provides convenience methods for accessing a preferences mapping.
XmlUtil XmlUtil contains convenience methods for parsing XML documents.
 

Package edu.wisc.trace.urcsdk.support Description

Provides support classes that can be used throughout the entire SDK.

Classes within this package can be used to provide easier ways of doing common tasks such as XML parsing and also provides ways of getting information through external sources (such as the latest build date and time).



Copyright © 2006 Trace R&D Center, University of Wisconsin-Madison. All Rights Reserved.