Re: use DefaultConfiguration class (avalon API)

2002-03-04 Thread yuryx
Thanx Vadim! It work! :) Regards. Yury. - Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: <[EMAIL PROTECTED]> For ad

RE: use DefaultConfiguration class (avalon API)

2002-03-03 Thread Vadim Gritsenko
> From: yuryx [mailto:[EMAIL PROTECTED]] > > >Creating configuration object is quite simple. Snippet from > >JavascriptProgram.java: > >-- > >config = new DefaultConfiguration("", "GeneratorSelector"); > >child = new DefaultConfiguration("file",

Re: use DefaultConfiguration class (avalon API)

2002-03-03 Thread yuryx
> > > >Creating configuration object is quite simple. Snippet from >JavascriptProgram.java: >-- >config = new DefaultConfiguration("", "GeneratorSelector"); >child = new DefaultConfiguration("file", ""); >child.setValue(file.toString());

RE: use DefaultConfiguration class (avalon API)

2002-03-03 Thread Vadim Gritsenko
> From: yuryx [mailto:[EMAIL PROTECTED]] > > Hi ! > Can anyone help me with following: > With my 'cocoon's action' I have to use DefaultConfiguration class. I > need modify my config file from this class (with use methods > setAttribute and setValue) -it possible? Try DefaultConfigurationSeriali

use DefaultConfiguration class (avalon API)

2002-03-03 Thread yuryx
Hi ! Can anyone help me with following: With my 'cocoon's action' I have to use DefaultConfiguration class. I need modify my config file from this class (with use methods setAttribute and setValue) -it possible? But I dont know how to create it (I need examples :( ) with link to my config file.