cancel
Showing results for 
Search instead for 
Did you mean: 

how to dynamically set options in a plugin?

patco_
Champ in-the-making
Champ in-the-making

Hi,

I've got a plugin for file importation, whose configuration (execution) I'd like to update dynamically. How can I access to the plugin? Will Framework.getService(.class) do the trick? Or if I have static methods for the class, will it work?

Tx

Patrick

2 REPLIES 2

Benjamin_Jalon1
Elite Collaborator
Elite Collaborator

Question is not clear, sorry.

patco_
Champ in-the-making
Champ in-the-making

When I extend FileManager with the extension point "plugins", I can manage the importation of some specific files. Now I would like to allow the user to set some options to guide the importing process.