Package de.enough.polish.propertyfunctions

Class Summary
BytesFunction Transforms memory values like "100 kb" into bytes.
CalculateFunction Calculates the term embedded into the code.
ClassNameFunction Converts the fully qualified classname to the name of only the class (without package).
ColorFunction Transforms color values like "#fff" into hexadecimal Java values, e.g.
ContainsFunction Checks if the input contains a defined value.
ContainsIgnoreCaseFunction Checks if the input contains a defined value.
ContentTypeFunction The "contenttype" function gets a content type like "video/mp4" or "audio/amr" and returns the correct content type name for the current target device.
DisplayCountryFunction Gets a locale like "fr" or "en_US" and returns the localized country name for this.
DisplayLanguageFunction Gets a locale like "fr" or "en_US" and returns the localized language name for this.
EncodeUrlFunction Encodes the given parameter for URLs in the UTF-8 encoding.
EscapeFunction Escapes the given text for inclusion of the characters within Java source code.
ExistsFunction Checks whether a resource exists
FileSizeFunction Retrieves the size of a resource.
FirstUpperCaseFunction Converts a given value into uppercase.
GigaBytesFunction Converts memory values into gigabytes.
ImageHeightFunction Measures the height of the given image.
ImageResourceFunction Evaluates images that are embedded for the current device.
ImageWidthFunction Measures the width of the given image.
KiloBytesFunction Converts memory values into kilobytes.
LocaleFileNameFunction Gets a locale like "fr" or "en_US" and returns the name of the file containing the dynamic translations, e.g.
LowerCaseFunction Converts a given value into lowercase.
MegaBytesFunction Converts memory values into megabytes.
NoSpaceFunction Replaces spaces in strings through underlines.
NumberFunction Calculates the number of subvalues within a capability/variable.
OsFunction Checks if the operating system is the same as specified.
PackageNameFunction Converts the fully qualified classname to the name of the package.
PropertyFunction Can be used to change property values, e.g.
RelativePercentFunction Generates a percent value out of given values, e.g.
ReplaceFunction Replaces a part in the provided input - the call is: replace( input, toBeReplaced, replacement ).
ResourceFuntion Provides a base class for functions that have to handle with resources like images.
StringArrayFunction Splits up a String into a stringarray
TimeFunction Transforms time values like "10s" into milliseconds.
UpperCaseFunction Converts a given value into uppercase.
VersionFunction Coverts a version like "2.1" or "MIDP/2.1.0" into a number, e.g.