-
Notifications
You must be signed in to change notification settings - Fork 5
Rewrite the configuration package (very basic for now) #98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
e270836
Remove old files
jcxldn 4be641a
Initial idea for config rewrite
jcxldn c6b66e3
Switch to constructor loading for YamlProvider
jcxldn 5253bff
Add javadocs to Configuration
jcxldn 80054f8
Create YamlProvider test
jcxldn e862ccf
Move YamlProviderTest into providers pacakge
jcxldn b8ad0fc
Add initial (in progress) LocaleProvider tests
jcxldn 4559859
Add non-existent directory instanciation test
jcxldn 016c867
Add translate and translateNoColor tests
jcxldn 5f2713a
Create loadAllLocales test (with ignored txt file for testing)
jcxldn 73e5336
Create get tests
jcxldn 8401dd6
Use FileConfiguration instead of Configuration for localeConfig
jcxldn 32b638f
(breaking): Remove LocaleProvider#writeLocaleStream
jcxldn d95a9c4
Extend save functionality to support FileWriter, File and string inputs
jcxldn d37eccd
Add more YamlProviderTests for new loading methods
jcxldn 427041c
Add FileConfiguration#reload method
jcxldn df8ed3d
(bukkit/bungee StartupUtil): Try using YamlProvider instead of remove…
jcxldn 114e2da
Use ConcurrentHashMaps to be thread-safe
jcxldn d87e293
Use "this" keyword
jcxldn b8fe82d
Add javadoc to reload function
jcxldn d67d8df
tests: add async YamlProvider read test
kaylendog f8f7306
(bukkit/bungee): Add explicit file exists check
jcxldn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
95 changes: 0 additions & 95 deletions
95
...n/src/main/java/com/dumbdogdiner/stickyapi/common/configuration/ConfigurationOptions.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.