Package com.aquima.interactions.foundation.text


package com.aquima.interactions.foundation.text
The text package provides a few utility classes and interfaces that simplify (multilingual) string handling.
  • Class
    Description
    BooleanFormat is a class which formats boolean's to string and can parse strings representations back into booleans.
    Comparator that compares string in a non-case-sensitive manner.
    This implementation of IMultilingualText can be used to combine multiple multilingual texts with a specified seperator.
    This class is intended as a replacement for the java.text.SimpleDateFormat class.
    Interface for symbols used by the DateFormat class to format or parse a date object or string.
    This interface defines the methods for a language object.
    This interface is used for objects containing texts for multiple languages.
    Warning, this is an implementation class providing java specific features.
    This format class formats numbers according to the implementations specifications.
     
    This class contains various utilities for creating and checking on locale strings.
    This implementation of IMultilingualText can be used to get the same String value returned independent of the language.
    NumberFormat is an implementation for INumberFormat which formats decimals to string and can parse strings representations back into numbers.
    Holds the number format settings, excluding all localized information.
    Parameterized multilingual text.
    Exception representing an exception during parsing of numbers or date values.
    Exception representing an exception during parsing of number pattern.
    Utility class for escaping special characters.
    Utility class providing various string operations.