| |
|
| java.lang.Object org.hammurapi.inspectors.formatting.FormattingCheckerFactory
FormattingCheckerFactory | public class FormattingCheckerFactory (Code) | | FormattingCheckerFactory creates depending on the configuration the required
FormattingChecker
author: Jochen Skulj version: $Revision: 1.1 $ |
NEW_LINE | final public static String NEW_LINE(Code) | | Parameter value
|
SAME_LINE | final public static String SAME_LINE(Code) | | Parameter value
|
create | public static FormattingChecker create(String codingStyle)(Code) | | creates the required FormattingChecker
Parameters: codingStyle - coding style to check: same-line ornew-line a FormattingChecker or null if the given parameterdoesn't specify a valid coding style |
|
|
|