public class FormatVersionState extends AbstractPackageParserState
| Constructor and Description |
|---|
FormatVersionState(PackageDescriptionFileParser parser)
constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractPackageParserState |
action(RouterSoftware rs,
PackageDescriptionFileSymbol symbol)
handle the given Symbol.
|
getMyParserpublic FormatVersionState(PackageDescriptionFileParser parser)
parser - for the PackageDescriptionFile.public 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.