Package helma.util

Examples of helma.util.SystemProperties


    /**
     * Creates a new XmlConverter object.
     */
    public XmlConverter() {
        props = new SystemProperties();
    }
View Full Code Here


     * Creates a new XmlConverter object.
     *
     * @param propFile ...
     */
    public XmlConverter(String propFile) {
        props = new SystemProperties(propFile);
        extractProperties(props);
    }
View Full Code Here

TOP

Related Classes of helma.util.SystemProperties

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.