I'm trying to launch a collection reader programmatically (from java) and am able to do the following:
1. instantiate a CpeDescription object from a descriptor file 2. get all the collection readers for that CpeDescription using the getAllCollectionCollectionReaders() method 3. for each reader, get the collection iterator using the getCollectionIterator() method 4. for each iterator, get a reader descriptor and modify its parameter values using iterator.getConfigurationParameterSettings().setParameterValue(String,Object) However, when I get the CpeCasProcessors from the CpeDescription object using the getCpeCasProcessors.getAllCpeCasProcessors() method, I don't see a way to get at the configuration parameters for the CpeCasProcessors and modify them. (I try using the getConfigurationParameterSettings() method and it comes back as null). Any help is appreciated. Thanks. Joel Dubbels Senior Software Engineer | Software Group email: [email protected] | Tel: 507-253-1165
