public class Renamer extends Object
Constructor and Description |
---|
Renamer() |
Modifier and Type | Method and Description |
---|---|
String |
getRegexp()
The regular expression to apply on the column name.
|
String |
getReplace()
The replacement String.
|
boolean |
match(String value) |
String |
rename(String value) |
void |
setRegexp(String regexp) |
void |
setReplace(String replace) |
String |
toString() |
public String getRegexp()
public String getReplace()
public boolean match(String value)
public void setRegexp(String regexp)
public void setReplace(String replace)
Copyright © 2005-2013 JAXIO S.A.R.L. - All Rights Reserved.