Package com.cleancode.format

This package contains modules for formatting and conversion.

See:
          Description

Class Summary
JSArchive Creates a JavaScript archive that consolidates and compresses a collection of JavaScript files.
REConverter Converts a text file using a series of regular expressions replacements.
REConverter.REPiece A container class for holding regular expression objects to run against the input.
SimpleJavadocToPod Converts Javadoc comments in a Java file to pod comments.
SimpleJavadocToPod.Test A standalone test class.
 

Package com.cleancode.format Description

This package contains modules for formatting and conversion. REConverter is a general purpose conversion utility, which can reformat (or translate) from one format to another by applying a list of regular expressions which you provide. One such tool which uses REConverter is the javadoc-to-pod converter also in this package.

Since:
V0



CleanCode Java Libraries Copyright © 2001-2012 Michael Sorens - Revised 2012.12.10 Get CleanCode at SourceForge.net. Fast, secure and Free Open Source software downloads