Asterisk-Java

Uses of Class
org.asteriskjava.config.Category

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

Uses of Category in org.asteriskjava.config
 

Methods in org.asteriskjava.config that return Category
protected  Category ConfigFileImpl.getCategory(java.lang.String name)
           
 

Methods in org.asteriskjava.config that return types with arguments of type Category
 java.util.List<Category> Category.getBaseCategories()
          Returns a list of categories this category inherits from.
protected  java.util.Collection<Category> ConfigFileReader.getCategories()
           
 

Constructor parameters in org.asteriskjava.config with type arguments of type Category
ConfigFileImpl(java.lang.String filename, java.util.Map<java.lang.String,Category> categories)
           
 


Asterisk-Java

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