| |
|
| java.lang.Object de.schlund.pfixcore.util.basicapp.helper.StringUtils
StringUtils | public class StringUtils (Code) | | Just some utilities for e.g. formatting Strings and
Integers
author: Ralf Rapude version: $Id: StringUtils.java 3302 2007-11-30 16:56:16Z jenstl $ |
checkExistingProject | public static boolean checkExistingProject(String input)(Code) | | Check whether the project already exists
true if the project exists |
checkString | public static String checkString(String input)(Code) | | Checking projectname and language for a valid String.
an empty String or the input given to the methodif it is valid |
giveCorrectString | public static String giveCorrectString(String input)(Code) | | Some basic operations to avoid problems with
not allowed characters
Parameters: The - String given by the user The input as a usable String |
|
|
|