public class OKW_Helper extends Object
| Constructor and Description |
|---|
OKW_Helper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
Boolean2String(Boolean fpbTrueOrFalse)
\~german
Konvertiert Boolean true/false nach String
"true"/"false"
|
static Boolean |
compareListString(List<String> ListString1,
List<String> ListString2) |
static String |
concatListString(ArrayList<String> fps_ListString2Concat,
String fps_Delimiter) |
static String |
getLeftFromDelimiterNumber(String fpsSource,
String fpsDelimiter,
Integer fpiCount) |
static String |
getRightFromDelimiterNumber(String fpsSource,
String fpsDelimiter,
Integer fpiCount) |
static Boolean |
isStringNullOrEmpty(String fpsString)
\~german
Prüft ob der gegeben String `fpsStrin` `null` oder leer ("") ist.
|
static Boolean |
matchStrIgnoreCase(String fpsPattern,
String fpsStringToMatch) |
static Boolean |
matchString(String fpsPattern,
String fpsStringToMatch) |
static String |
removeBeginEndQuotations(String fps_StringinQuotations) |
static String |
repeatString(char c,
Integer n) |
static String |
repeatString(String c,
Integer n) |
static ArrayList<String> |
splitString(String fpsString2Split,
String fpsSeparator)
public static ArrayList
|
static Boolean |
String2Boolean(String fpsTrueOrFalse) |
static ArrayList<String> |
StringArray2ListStr(String[] fpsStringArray)
\~german
Konvertiert einen String-Array nach List-String
|
public static String Boolean2String(Boolean fpbTrueOrFalse)
fpbTrueOrFalse - Zu konvertierender boolischer Wert.fpbTrueOrFalse - Boolean value to be converted.true wird umgewandelt in "true" und
+ falsewird zu "false".
> _Method names should always begin with a lower case character, and should not contain underscores._ - das wird hier _bewust_ IGNORIERT
\~english
Converts Boolean true/false to String "true"/"false"public static String getLeftFromDelimiterNumber(String fpsSource, String fpsDelimiter, Integer fpiCount) throws XPathExpressionException
XPathExpressionExceptionpublic static String getRightFromDelimiterNumber(String fpsSource, String fpsDelimiter, Integer fpiCount) throws XPathExpressionException
XPathExpressionExceptionpublic static Boolean compareListString(List<String> ListString1, List<String> ListString2)
public static String concatListString(ArrayList<String> fps_ListString2Concat, String fps_Delimiter)
public static Boolean matchStrIgnoreCase(String fpsPattern, String fpsStringToMatch)
public static String removeBeginEndQuotations(String fps_StringinQuotations)
public static ArrayList<String> StringArray2ListStr(String[] fpsStringArray)
fpsStringArray - Zu konvertierender Array.fpsStringArray - Array to be converted.public static Boolean String2Boolean(String fpsTrueOrFalse) throws XPathExpressionException
XPathExpressionExceptionpublic static ArrayList<String> splitString(String fpsString2Split, String fpsSeparator)
Copyright © 2021 OpenKeyWord. All rights reserved.