public class VariableState extends AbstractPackageParserState
| Constructor and Description |
|---|
VariableState(PackageDescriptionFileParser parser)
This constructor initialize the variable State.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractPackageParserState |
action(RouterSoftware rs,
PackageDescriptionFileSymbol symbol)
handle the given Symbol.
|
private java.util.List<java.lang.String> |
splitContent(java.lang.String content)
Splitts a comma seperated List in it's parts.
|
getMyParserpublic VariableState(PackageDescriptionFileParser parser)
parser - is the packageDescriptionFileParserpublic AbstractPackageParserState action(RouterSoftware rs, PackageDescriptionFileSymbol symbol) throws ParserException, java.lang.InterruptedException
AbstractPackageParserStateaction in class AbstractPackageParserStaters - The RouterSoftware to use.symbol - is the given Symbol.ParserException - if there is any Problem while parsingjava.lang.InterruptedException - from the buffer.private java.util.List<java.lang.String> splitContent(java.lang.String content)
content - the List of Strings