public class FlatFileRegexObjectSpecification extends AbstractFlatFileObjectSpecification
| Modifier and Type | Field and Description |
|---|---|
protected Pattern |
pattern |
protected String |
regexPattern |
businessObjectClass, parentBusinessObjectClass, parentTargetProperty, parseProperties| Constructor and Description |
|---|
FlatFileRegexObjectSpecification() |
| Modifier and Type | Method and Description |
|---|---|
Pattern |
getPattern() |
String |
getRegexPattern() |
void |
setRegexPattern(String regexPattern)
Sets a regex pattern to match lines with
|
getBusinessObjectClass, getParentBusinessObjectClass, getParentTargetProperty, getParseProperties, setBusinessObjectClass, setParentBusinessObjectClass, setParentTargetProperty, setParsePropertiesprotected String regexPattern
public FlatFileRegexObjectSpecification()
public String getRegexPattern()
public void setRegexPattern(String regexPattern)
regexPattern - the regular expression pattern to match lines withpublic Pattern getPattern()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.