Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected Category |
ConfigFileReader.currentCategory |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Category> |
ConfigFileImpl.categories |
protected Map<String,Category> |
ConfigFileReader.categories |
Modifier and Type | Method and Description |
---|---|
protected Category |
ConfigFileImpl.getCategory(String name) |
protected Category |
ConfigFileReader.parseCategoryHeader(String configfile,
int lineno,
String line) |
Modifier and Type | Method and Description |
---|---|
List<Category> |
Category.getBaseCategories()
Returns a list of categories this category inherits from.
|
Constructor and Description |
---|
ConfigFileImpl(String filename,
Map<String,Category> categories) |
Modifier and Type | Method and Description |
---|---|
Collection<Category> |
ExtensionsConfigFile.getContexts() |
Constructor and Description |
---|
ExtensionsConfigFile(String filename,
Map<String,Category> categories) |
Copyright © 2004–2016. All rights reserved.