org.etlunit.util.regexp
Class TableConstraintExpression

java.lang.Object
  extended by org.etlunit.util.regexp.TableConstraintExpression

public final class TableConstraintExpression
extends Object


Nested Class Summary
static interface TableConstraintExpression.RegExpIterator
           
 
Field Summary
static Pattern pattern
           
static String PATTERN_RAW_TEXT
           
static String PATTERN_TEXT
           
 
Constructor Summary
TableConstraintExpression(CharSequence ch)
           
 
Method Summary
 int end()
           
 int end(int group)
           
 String getConstraintName()
           
 String getConstraintText()
           
 String getForeignTableName()
           
 String getTableName()
           
 String group()
           
 String group(int i)
           
 String group(String name)
           
 int groupCount()
           
 boolean hasConstraintName()
           
 boolean hasConstraintText()
           
 boolean hasForeignTableName()
           
 boolean hasNext()
           
 boolean hasTableName()
           
static void main(String[] argv)
           
static TableConstraintExpression match(CharSequence pText)
           
 boolean matches()
           
 String replaceAll(String replacement)
           
 String replaceAll(TableConstraintExpression.RegExpIterator it)
           
 TableConstraintExpression resetMatch(CharSequence seq)
           
 int start()
           
 int start(int group)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PATTERN_RAW_TEXT

public static final String PATTERN_RAW_TEXT
See Also:
Constant Field Values

PATTERN_TEXT

public static final String PATTERN_TEXT

pattern

public static final Pattern pattern
Constructor Detail

TableConstraintExpression

public TableConstraintExpression(CharSequence ch)
Method Detail

match

public static TableConstraintExpression match(CharSequence pText)

end

public int end()

end

public int end(int group)

start

public int start()

start

public int start(int group)

replaceAll

public String replaceAll(String replacement)

replaceAll

public String replaceAll(TableConstraintExpression.RegExpIterator it)

matches

public boolean matches()

hasNext

public boolean hasNext()

groupCount

public int groupCount()

group

public String group()

group

public String group(int i)

resetMatch

public TableConstraintExpression resetMatch(CharSequence seq)

group

public String group(String name)

hasConstraintText

public boolean hasConstraintText()

getConstraintText

public String getConstraintText()

hasTableName

public boolean hasTableName()

getTableName

public String getTableName()

hasConstraintName

public boolean hasConstraintName()

getConstraintName

public String getConstraintName()

hasForeignTableName

public boolean hasForeignTableName()

getForeignTableName

public String getForeignTableName()

toString

public String toString()
Overrides:
toString in class Object

main

public static void main(String[] argv)


Copyright © 2012. All Rights Reserved.