![JAR search and dependency download from the Maven repository](/logo.png)
org.asteriskjava.config.ConfigDirective Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of asterisk-java Show documentation
Show all versions of asterisk-java Show documentation
The free Java library for Asterisk PBX integration.
package org.asteriskjava.config;
public abstract class ConfigDirective extends ConfigElement {
protected ConfigDirective() {
}
protected ConfigDirective(String filename, int lineno) {
super(filename, lineno);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy