mirage.java

Utilities for loading Java properties files.

Members

Aliases

loadJavaConfig
alias loadJavaConfig = loadJavaProperties

Load a Java properties file from disk.

parseJavaConfig
alias parseJavaConfig = parseJavaProperties

Parse Java properties from the given Java properties string.

Classes

JavaPropertiesFactory
class JavaPropertiesFactory

Creates configuration dictionaries from Java properties.

Functions

loadJavaProperties
ConfigDictionary loadJavaProperties(string filePath)

Load a Java properties file from disk.

parseJavaProperties
ConfigDictionary parseJavaProperties(string properties)

Parse Java properties from the given Java properties string.

Meta

Authors

Mike Bierlee, m.bierlee@lostmoment.com

License

This software is licensed under the terms of the MIT license. The full terms of the license can be found in the LICENSE file.