Klasse StringUtils

java.lang.Object
de.dlr.proseo.storagemgr.utils.StringUtils

public class StringUtils extends Object
A utility class for common string operations.
Autor:
Denys Chaykovskiy
  • Konstruktordetails

    • StringUtils

      public StringUtils(String str)
      Constructor sets the string
      Parameter:
      str - String
  • Methodendetails

    • getMaxSubstring

      public String getMaxSubstring(int maxLength)
      Returns the first maxLength characters of the string. If the string shorter than maxLength, return the whole string
      Parameter:
      maxLength -
      Gibt zurück: