org.etlunit.util.regexp
Class FormatFileColumnExpression
java.lang.Object
org.etlunit.util.regexp.FormatFileColumnExpression
public final class FormatFileColumnExpression
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PATTERN_RAW_TEXT
public static final java.lang.String PATTERN_RAW_TEXT
- See Also:
- Constant Field Values
PATTERN_TEXT
public static final java.lang.String PATTERN_TEXT
pattern
public static final java.util.regex.Pattern pattern
FormatFileColumnExpression
public FormatFileColumnExpression(java.lang.CharSequence ch)
match
public static FormatFileColumnExpression match(java.lang.CharSequence pText)
end
public int end()
end
public int end(int group)
start
public int start()
start
public int start(int group)
replaceAll
public java.lang.String replaceAll(java.lang.String replacement)
replaceAll
public java.lang.String replaceAll(FormatFileColumnExpression.RegExpIterator it)
matches
public boolean matches()
hasNext
public boolean hasNext()
groupCount
public int groupCount()
group
public java.lang.String group()
group
public java.lang.String group(int i)
resetMatch
public FormatFileColumnExpression resetMatch(java.lang.CharSequence seq)
group
public java.lang.String group(java.lang.String name)
hasColumnOffset
public boolean hasColumnOffset()
getColumnOffset
public int getColumnOffset()
hasColumnName
public boolean hasColumnName()
getColumnName
public java.lang.String getColumnName()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
main
public static void main(java.lang.String[] argv)
Copyright © 2012. All Rights Reserved.