|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.quattor.pan.statement.Statement
org.quattor.pan.statement.IncludeStatement
org.quattor.pan.statement.StaticIncludeStatement
public class StaticIncludeStatement
Executes a template identified by a constant string.
| Constructor Summary | |
|---|---|
StaticIncludeStatement(SourceRange sourceRange,
java.lang.String name)
Constructs a StaticIncludeStatement from the given template name. |
|
| Method Summary | |
|---|---|
void |
execute(Context context)
Execute this Statement within the given context. |
java.lang.String |
toString()
Return a reasonable string representation of this statement. |
| Methods inherited from class org.quattor.pan.statement.IncludeStatement |
|---|
executeWithNamedTemplate, newIncludeStatement |
| Methods inherited from class org.quattor.pan.statement.Statement |
|---|
getSourceRange |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StaticIncludeStatement(SourceRange sourceRange,
java.lang.String name)
throws SyntaxException
sourceRange - source location of this statementname - name of the template to include
SyntaxException| Method Detail |
|---|
public void execute(Context context)
Statement
execute in class Statementcontext - DML context to use for the evalution of this statementpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||