Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » API to access .settings
API to access .settings [message #661853] Mon, 28 March 2011 09:37 Go to next message
No real name is currently offline No real nameFriend
Messages: 2
Registered: March 2011
Junior Member
hi folks,

I wanted to read and modify properties which are contained in the .settings folder of my eclipse project. Is there an API to access those project-specific properties or is it intended to be accessed via standard Java Properties API?

thank you
Re: API to access .settings [message #661886 is a reply to message #661853] Mon, 28 March 2011 12:24 Go to previous message
No real name is currently offline No real nameFriend
Messages: 2
Registered: March 2011
Junior Member
OK, got it: the class org.eclipse.core.resources.ProjectScope is responsible for project scoped preferences (available since 3.0)

[Updated on: Mon, 28 March 2011 12:25]

Report message to a moderator

Previous Topic:Extending Rename Refactoring for Annotation Values support
Next Topic:Auto-refresh workspace - possible?
Goto Forum:
  


Current Time: Thu Sep 19 20:48:20 GMT 2024

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

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

Back to the top