org.opennms.netmgt.asterisk.utils
Class AsteriskConfig

java.lang.Object
  extended by org.opennms.netmgt.asterisk.utils.AsteriskConfig

public class AsteriskConfig
extends Object

Provides access to the default Asterisk configuration data.

Version:
$Id: $
Author:
ranger

Constructor Summary
AsteriskConfig()
           
 
Method Summary
static Properties getProperties()
          This loads the configuration file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsteriskConfig

public AsteriskConfig()
Method Detail

getProperties

public static Properties getProperties()
                                throws IOException
This loads the configuration file.

Returns:
a Properties object representing the configuration properties
Throws:
IOException - if any.


Copyright © 2011. All Rights Reserved.