Eclipse Builder Pattern
- Author: Stef Schulz
- Repository: https://github.com/slothsoft/eclipse-builder-pattern
- Open Issues: https://github.com/slothsoft/eclipse-builder-pattern/issues
- Wiki: https://github.com/slothsoft/eclipse-builder-pattern/wiki
A small plug-in that helps you create not only getters and setters, but fluent methods, too. Works very similar (and is actually based on) the getter / setter dialog in the Eclipse JDT.
We call these methods "builder pattern" at work, because Builders where the first classes that used these methods.
Getting Started
Prerequisites
You need at least Java 8 or above to run the code.
Using the Plug-in
Update Site: http://github.com/slothsoft/eclipse-update-site/raw/master/
- Open your Eclipse IDE
- Open the "Install" dialog (Help -> Install New Software)
- Enter the URL of the update site
- Search for the plug-in ID ('de.slothsoft.builderpattern') or its name (Builder Pattern); you might need to deselect "Group items by category" for the plug-ins to show up
- Select and install via "Finish"
Versions
Version | Eclipse |
---|---|
1.2.1 | 2018-12 |
1.2.0 | 2018-12 |
1.1.0 | 2018-09 |
1.0.4 | oxygen |
1.0.x | luna |
For more information about the changes, take a look at the wiki.
Features
See the wiki for more information.
License
This project is licensed under the MIT License - see the MIT license for details.