Package org.asteriskjava.config

Examples of org.asteriskjava.config.ConfigElement


     *      2. switch and ignorepat are treated like regular ConfigVariable.
     */
    @Override
    protected ConfigElement processTextLine(String configfile, int lineno, String line) throws ConfigParseException
    {
        ConfigElement configElement;
       
        if(
                (line.trim().startsWith("exten") || line.trim().startsWith("include")) &&
                currentCategory != null &&
                (currentCategory.getName().equals("general") || currentCategory.getName().equals("globals"))
View Full Code Here

TOP

Related Classes of org.asteriskjava.config.ConfigElement

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.