- format(Locale, String, Object...) - Method in class com.github.fge.msgsimple.bundle.MessageBundle
-
- format(String, Object...) - Method in class com.github.fge.msgsimple.bundle.MessageBundle
-
Get a
MessageFormat
formatted message with the current default
locale
- forPath(String) - Static method in class com.github.fge.msgsimple.bundle.PropertiesBundle
-
Create a message bundle from a set of property files, using the UTF-8
character set
- forPath(String, long, TimeUnit) - Static method in class com.github.fge.msgsimple.bundle.PropertiesBundle
-
Create a message bundle from a set of property files, using the UTF-8
character set, and an expiry delay
- forPath(String, Charset, long, TimeUnit) - Static method in class com.github.fge.msgsimple.bundle.PropertiesBundle
-
Create a message bundle from a set of property files, with a defined
charset and expiry time
- freeze() - Method in class com.github.fge.msgsimple.bundle.MessageBundleBuilder
-
- fromFile(File) - Static method in class com.github.fge.msgsimple.source.PropertiesMessageSource
-
Create a message source from a properties file on the filesystem using
UTF-8
- fromFile(File, Charset) - Static method in class com.github.fge.msgsimple.source.PropertiesMessageSource
-
Create a message source from a properties file on the filesystem using
the specified charset
- fromPath(String) - Static method in class com.github.fge.msgsimple.source.PropertiesMessageSource
-
Create a message source from a properties file on the filesystem using
the specified encoding
- fromPath(String, Charset) - Static method in class com.github.fge.msgsimple.source.PropertiesMessageSource
-
Create a message source from a properties file on the filesystem using
the specified charset
- fromResource(String) - Static method in class com.github.fge.msgsimple.source.PropertiesMessageSource
-
Create a message source from a classpath resource using UTF-8
- fromResource(String, Charset) - Static method in class com.github.fge.msgsimple.source.PropertiesMessageSource
-
Create a message source from a classpath resource using the specified
charset