public class IndentRuleFactory
extends java.lang.Object
Constructor | Description |
---|---|
IndentRuleFactory() |
Modifier and Type | Method | Description |
---|---|---|
static IndentRule |
indentCloseBracket(char bracket) |
|
static IndentRule |
indentNextLine(java.lang.String regexp) |
|
static IndentRule |
indentNextLines(java.lang.String regexp) |
|
static IndentRule |
indentOpenBracket(char bracket) |
|
static IndentRule |
unalignedCloseBracket(char bracket) |
|
static IndentRule |
unalignedOpenBracket(char bracket) |
|
static IndentRule |
unindentNextLines(java.lang.String regexp) |
|
static IndentRule |
unindentThisLine(java.lang.String regexp) |
public static IndentRule indentNextLines(java.lang.String regexp) throws java.util.regex.PatternSyntaxException
java.util.regex.PatternSyntaxException
public static IndentRule indentNextLine(java.lang.String regexp) throws java.util.regex.PatternSyntaxException
java.util.regex.PatternSyntaxException
public static IndentRule unindentThisLine(java.lang.String regexp) throws java.util.regex.PatternSyntaxException
java.util.regex.PatternSyntaxException
public static IndentRule unindentNextLines(java.lang.String regexp) throws java.util.regex.PatternSyntaxException
java.util.regex.PatternSyntaxException
public static IndentRule indentOpenBracket(char bracket) throws java.util.regex.PatternSyntaxException
java.util.regex.PatternSyntaxException
public static IndentRule indentCloseBracket(char bracket) throws java.util.regex.PatternSyntaxException
java.util.regex.PatternSyntaxException
public static IndentRule unalignedOpenBracket(char bracket) throws java.util.regex.PatternSyntaxException
java.util.regex.PatternSyntaxException
public static IndentRule unalignedCloseBracket(char bracket) throws java.util.regex.PatternSyntaxException
java.util.regex.PatternSyntaxException