Package de.stueckseln.buildtools.utils

Interface Summary
Logger Simple, common logger interface
PathBuilder Path-builder interface for building path's like building stings with a StringBuffer
 

Class Summary
FileHelper A simple file helper class for reading an writing files Methods here may do the same stuff Apache Commons IO do, but requiring AC/IO for reading/writing a file in such a small tool is over loaded.
MultiLogger Implemented multi-logger capable of composing multiple loggers together
PathTool  
SimpleLogger Simple logger implementation
SimplePathBuilder Implemented path builder (@see PathBuilder) internally using an ArrayList.
TaskLogger Logger implementation for Ant-Tasks.