| java.lang.Object jtaDiscRack.Utils
Utils | public class Utils (Code) | | Contains a few static methods.
author: Sasa Bojanic version: 1.0 |
getUnqualifiedClassName | public static String getUnqualifiedClassName(Class cls)(Code) | | Returns the class name without package.
|
tokenize | public static String[] tokenize(String input, String boundary)(Code) | | Take the given string and chop it up into a series
of strings on given boundries. This is useful
for trying to get an array of strings out of the
resource file.
|
|
|