public abstract class ParserImplBase extends Object
Constructor and Description |
---|
ParserImplBase() |
Modifier and Type | Method and Description |
---|---|
protected void |
complete()
Override this method if there is some needed initialization
that takes place after argument parsing.
|
void |
init(DataCollector coll) |
protected abstract PropertyParser |
makeParser() |
protected void |
setFields(Map map) |
protected abstract PropertyParser makeParser()
protected void complete()
public void init(DataCollector coll)
protected void setFields(Map map)
Copyright © 2021 JBoss by Red Hat. All rights reserved.