public abstract class AbstractFlatFilePrefixSpecificationBase extends AbstractFlatFileSpecificationBase
Modifier and Type | Field and Description |
---|---|
protected List<String> |
insignificantPrefixes |
protected int |
prefixStartingPosition |
defaultBusinessObjectClass, objectSpecifications
Constructor and Description |
---|
AbstractFlatFilePrefixSpecificationBase() |
Modifier and Type | Method and Description |
---|---|
Class<?> |
determineClassForLine(String line)
This method determine the class of the given line.
|
void |
setInsignificantPrefixes(List<String> insignificantPrefixes)
Sets the list of prefixes which mean that the line is not to be parsed
|
void |
setPrefixStartingPosition(int prefixStartingPosition)
Determines where the starting position in the String to look for the prefix substring is; if not set, defaults to 0, the beginning of the String
|
afterPropertiesSet, getObjectSpecification, getObjectSpecifications, setDefaultBusinessObjectClass, setObjectSpecifications
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
parseLineIntoObject
protected List<String> insignificantPrefixes
protected int prefixStartingPosition
public AbstractFlatFilePrefixSpecificationBase()
public Class<?> determineClassForLine(String line)
line
- the line to determine the class ofFlatFileSpecification.determineClassForLine(String)
public void setInsignificantPrefixes(List<String> insignificantPrefixes)
insignificantPrefixes
- public void setPrefixStartingPosition(int prefixStartingPosition)
prefixStartingPosition
- the starting position in the String of the prefix substringCopyright © 2004–2015 The Kuali Foundation. All rights reserved.