a new version of SennMagic has been released!
BE CAREFUL, THE PACKAGES HAVE CHANGED QUITE A BIT SO IT YOU WILL NEED TO REFACTOR WHEN USING THE NEW VERSION IN AN EXISTING PROJECT (just hit Shift+Ctrl+O in Eclipse ;) )
So what has changed:
FileMagic and TextMagic have been moved to the com.senn.magic.util package.
LogMagic has been moved to the com.senn.magic.logging package.
TextMagic.split(String, String):List
TextMagic.split(String, char):List
The class com.senn.magic.util.UtilMagic has been added to SennMagic.
This class will contain all useful methods that don't belong in the specific Magic-classes.
For now there only is UtilMagic.asArrayList(S[]):ArrayList< S >.
senn-magic-2.0.jar can be downloaded from http://sourceforge.net/projects/sennmagic
Cheers,
Bart