public class PackageDescriptionInitialState extends AbstractPackageParserState
| Constructor and Description |
|---|
PackageDescriptionInitialState(PackageDescriptionFileParser parser)
creates a PackageDescriptionInitialState.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractPackageParserState |
action(RouterSoftware rs,
PackageDescriptionFileSymbol symbol)
handle the given Symbol.
|
getMyParserpublic PackageDescriptionInitialState(PackageDescriptionFileParser parser)
parser - is the parser, who owns the state.public AbstractPackageParserState action(RouterSoftware rs, PackageDescriptionFileSymbol symbol) throws java.lang.InterruptedException, ParserException
AbstractPackageParserStateaction in class AbstractPackageParserStaters - The RouterSoftware to use.symbol - is the given Symbol.java.lang.InterruptedException - from the buffer.ParserException - if there is any Problem while parsing