public static boolean checkValidTopicName(String name)(Code)
containsStringIgnoreCase
public static boolean containsStringIgnoreCase(Collection collection, String string)(Code)
Returns true if the given collection of strings contains the given string where the case
of either is ignored
Parameters: collection - collection of Strings Parameters: string - string to find true if the string is in the collection with no regard to case
Read a file from the file system
Parameters: file - The file to read a Stringbuffer with the content of this file or an empty StringBuffer, if an error has occured
Replaces occurences of the find string with the replace string in the given text
Parameters: text - Parameters: find - Parameters: replace - the altered string
Return a String from the ApplicationResources. The ApplicationResources contains all text,
links, etc. which may be language specific and is located in the classes folder.
Parameters: key - The key to get. Parameters: locale - The locale to use. String containing the requested text.