Package com.mcdermottroe.exemplar

Common utility code for the entire project.

See:
          Description

Interface Summary
Constants Holds non-user-visible constant values for the entire program.
Constants.Character Character literal constants.
Constants.Format Format strings.
Constants.Format.Code Format strings used in code output.
Constants.Format.Code.Java Java code.
Constants.Format.Code.XML XML markup.
Constants.Format.Filenames Format strings to construct file names.
Constants.Format.UI Format strings for use in UIs.
Constants.Input Input module constants.
Constants.Options Options constants.
Constants.Output Output module constants.
Constants.Output.DTD DTD output module constants.
Constants.Output.Java Java output module constants.
Constants.Output.XSLT XSLT output module constants.
Constants.Regex Regular expression constants.
Constants.UI Constants for UI.
Constants.UI.Ant Ant UI constants.
Constants.UI.CLI CLI UI constants.
Constants.XMLExternalIdentifier Constants for XML external identifiers.
Copyable<T> This interface is designed to be a replacement for Cloneable and should rectify the problems that exist with it.
 

Class Summary
DBC Provide some rudimentary Design By Contract™ facilities.
Utils General purpose utility methods that can be used anywhere in the program.
 

Exception Summary
CopyException An exception that can be thrown in response to any error which occurs while calling an implementation of Copyable.getCopy().
Exception A base class for all of the exceptions in the program.
 

Package com.mcdermottroe.exemplar Description

Common utility code for the entire project.

This includes: