Navigation Menu

Skip to content

Util classes

Julian Goacher edited this page Feb 11, 2017 · 1 revision

This page describes the contents of the com.innerfunction.util package. The code in this package provides utility methods to the main codebase.

Files

Methods for reading and writing to files, and for accessing the file system.

I18nMap

A class providing a Map interface for accessing I18n resources; used by the value templating system.

Regex

A sane wrapper for the standard java.util.regex.* classes.

StringTemplate

A simple string template processor. Support variable substitution, but not conditionals or loops.

TypeConversions

Methods for performing standard conversions between different data types.

Assets

A class providing a simplified wrapper for the Android AssetManager class.

DataLiterals

A class providing static methods for representing complex (map and list based) data literals in code.

Display

A class providing utility methods for performing display related calculations.

KeyPath

A class for performing key-path access on collections.

Property

A class for accessing an object's public properties.