Asterisk-Java

org.asteriskjava.config
Class IncludeDirective

java.lang.Object
  extended by org.asteriskjava.config.ConfigElement
      extended by org.asteriskjava.config.ConfigDirective
          extended by org.asteriskjava.config.IncludeDirective

public class IncludeDirective
extends ConfigDirective


Constructor Summary
IncludeDirective(java.lang.String includeFile)
           
IncludeDirective(java.lang.String filename, int lineno, java.lang.String includeFile)
           
 
Method Summary
 java.lang.String getIncludeFile()
           
protected  java.lang.StringBuilder rawFormat(java.lang.StringBuilder sb)
           
 
Methods inherited from class org.asteriskjava.config.ConfigElement
format, getComment, getFileName, getLineNumber, getPreComment, setComment, setFileName, setPreComment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncludeDirective

public IncludeDirective(java.lang.String includeFile)

IncludeDirective

public IncludeDirective(java.lang.String filename,
                        int lineno,
                        java.lang.String includeFile)
Method Detail

getIncludeFile

public java.lang.String getIncludeFile()

rawFormat

protected java.lang.StringBuilder rawFormat(java.lang.StringBuilder sb)
Specified by:
rawFormat in class ConfigElement

Asterisk-Java

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