Package com.sun.enterprise.admin.servermgmt.stringsubs.impl

Examples of com.sun.enterprise.admin.servermgmt.stringsubs.impl.StringSubstitutionEngine


     * @throws StringSubstitutionException If the input stream is invalid
     *  or any exception occurs during parsing or in validation.
     */
    public static StringSubstitutor createStringSubstitutor(InputStream stringsubs)
            throws StringSubstitutionException {
        return new StringSubstitutionEngine(stringsubs);
    }
View Full Code Here

TOP

Related Classes of com.sun.enterprise.admin.servermgmt.stringsubs.impl.StringSubstitutionEngine

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.