Uses of Class
nl.basjes.parse.core.exceptions.InvalidDissectorException
-
Packages that use InvalidDissectorException Package Description nl.basjes.parse.core -
-
Uses of InvalidDissectorException in nl.basjes.parse.core
Methods in nl.basjes.parse.core that throw InvalidDissectorException Modifier and Type Method Description Map<String,EnumSet<Casts>>Parser. getAllCasts()EnumSet<Casts>Parser. getCasts(String name)Returns the casts possible for the specified path.protected voidDissector. initializeNewInstance(Dissector newInstance)This is called after instantiating the class that is actually in the parsetree.protected voidSimpleDissector. initializeNewInstance(Dissector newInstance)RECORDParser. parse(String value)Parse the value and return a new instance of RECORD.RECORDParser. parse(RECORD record, String value)Parse the value and call all configured setters in the provided instance of RECORD.voidDissector. prepareForRun()The framework will tell the dissector that it should get ready to run.voidDissector. setInputType(String s)
-