The Siemens Community Catalyst program was co-created with our community to acknowledge technology leaders who consistently contribute to the Siemens Community. Nominations are accepted on a rolling basis.
class YourClass extends AbstractReader<YourIOObject> { ... }
class YourClass extends AbstractReader<YourIOObject> { static { AbstractReader.registerReaderDescription(new ReaderDescription("txt", YourClass.class, PARAMETER_FILENAME)); } ...}
getParameterAsFile(fileName);