Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Static and dynamic files(Manage static and dynamic files)
Static and dynamic files [message #1403773] Sat, 26 July 2014 15:27 Go to next message
Marco Marco is currently offline Marco MarcoFriend
Messages: 1
Registered: July 2014
Junior Member
Hello everybody,

I'm writing a plugin that uses configuration files (static files) and dynamic files (properties files). These are used to change the value of certain paths that use within the plugin. I was wondering what is the best way to handle both types of files. Create a package and put all the files inside it? It can be a valid solution or is there something better?

Thanks.
Re: Static and dynamic files [message #1403875 is a reply to message #1403773] Mon, 28 July 2014 11:43 Go to previous message
Stefan Surkamp is currently offline Stefan SurkampFriend
Messages: 4
Registered: June 2014
Junior Member
Hi Marco,

maybe you're looking for this: ISecurePreferences.

With ISecurePreferences you can save, load and edit specific settings. In addition you can (automatically) encrypt your data.
By using ISecurePreferences you can store all your data in one class (if you want to) and there's no need for using static files because everything is saved right in your plugin.

Best.
Previous Topic:Ghost Plug-in
Next Topic:How to run code right after plugin startup?
Goto Forum:
  


Current Time: Thu Apr 18 03:18:41 GMT 2024

Powered by FUDForum. Page generated in 0.01998 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top