org.etlunit.util.regexp
Class SchemaNameExpression

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

public final class SchemaNameExpression
extends Object


Nested Class Summary
static interface SchemaNameExpression.RegExpIterator
           
 
Field Summary
static Pattern pattern
           
static String PATTERN_RAW_TEXT
           
static String PATTERN_TEXT
           
 
Constructor Summary
SchemaNameExpression(CharSequence ch)
           
 
Method Summary
 int end()
           
 int end(int group)
           
 String getSchemaName()
           
 String group()
           
 String group(int i)
           
 String group(String name)
           
 int groupCount()
           
 boolean hasNext()
           
 boolean hasSchemaName()
           
static void main(String[] argv)
           
static SchemaNameExpression match(CharSequence pText)
           
 boolean matches()
           
 String replaceAll(SchemaNameExpression.RegExpIterator it)
           
 String replaceAll(String replacement)
           
 SchemaNameExpression 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

SchemaNameExpression

public SchemaNameExpression(CharSequence ch)
Method Detail

match

public static SchemaNameExpression 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(SchemaNameExpression.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 SchemaNameExpression resetMatch(CharSequence seq)

group

public String group(String name)

hasSchemaName

public boolean hasSchemaName()

getSchemaName

public String getSchemaName()

toString

public String toString()
Overrides:
toString in class Object

main

public static void main(String[] argv)


Copyright © 2012. All Rights Reserved.