Rename class 'Utils'
ljacqu opened this issue · 0 comments
ljacqu commented
Rename the class 'Utils' to be a bit more descriptive. The initial intention was that it is an internal class to ConfigMe, but the file creation thing is useful and should be OK to call, hence the need for a better name. Additionally, util classes that are actually meant to be used only internally should be moved into a new package "internal".
To do
- Rename
Utils
toFileUtils
- Move
StreamUtils
andPathUtils
fromch.jalu.configme.utils
to a new packagech.jalu.configme.internal
- Same for the associated test classes