|
Asterisk-Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.asteriskjava.config.ConfigFileReader
public class ConfigFileReader
Reads and parses Asterisk configuration files.
See Asterisk'smain/config.c.
Client code is not supposed to use this class.
| Constructor Summary | |
|---|---|
ConfigFileReader()
|
|
| Method Summary | |
|---|---|
protected java.util.Collection<Category> |
getCategories()
|
java.util.Collection<ConfigParseException> |
getWarnings()
|
ConfigFile |
readFile(java.lang.String configfile)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigFileReader()
| Method Detail |
|---|
public ConfigFile readFile(java.lang.String configfile)
throws java.io.IOException,
ConfigParseException
java.io.IOException
ConfigParseExceptionprotected java.util.Collection<Category> getCategories()
public java.util.Collection<ConfigParseException> getWarnings()
|
Asterisk-Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||