Asterisk-Java

Uses of Class
org.asteriskjava.config.ConfigElement

Packages that use ConfigElement
org.asteriskjava.config Provides classes to manage the configuration of an Asterisk server. 
org.asteriskjava.config.dialplan Provides classes to manage the dialplan of an Asterisk server. 
 

Uses of ConfigElement in org.asteriskjava.config
 

Subclasses of ConfigElement in org.asteriskjava.config
 class Category
           
 class ConfigDirective
           
 class ConfigVariable
           
 class ExecDirective
           
 class IncludeDirective
           
 

Methods in org.asteriskjava.config that return ConfigElement
protected  ConfigElement ConfigFileReader.processTextLine(java.lang.String configfile, int lineno, java.lang.String line)
           
 

Methods in org.asteriskjava.config that return types with arguments of type ConfigElement
 java.util.List<ConfigElement> Category.getElements()
           
 

Methods in org.asteriskjava.config with parameters of type ConfigElement
 void Category.addElement(ConfigElement element)
           
 

Uses of ConfigElement in org.asteriskjava.config.dialplan
 

Subclasses of ConfigElement in org.asteriskjava.config.dialplan
 class ConfigExtension
          Represents the dial plan extension as a specific kind of configuration directive This class makes no interpretation of syntax checking of names, priorities, or application (for now).
 class ConfigInclude
           
 

Methods in org.asteriskjava.config.dialplan that return ConfigElement
protected  ConfigElement ExtensionsConfigFileReader.processTextLine(java.lang.String configfile, int lineno, java.lang.String line)
           
 


Asterisk-Java

Copyright © 2004-2009 Stefan Reuter. All Rights Reserved.