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, setParseProperties
protected 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–2016 The Kuali Foundation. All rights reserved.