org.gwe.p2elv2
Class PStatementCompiler
java.lang.Object
org.gwe.p2elv2.PStatementCompiler
public class PStatementCompiler
- extends java.lang.Object
- Since:
- Aug 6, 2008
- Author:
- Marco Ruiz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PStatementCompiler
public PStatementCompiler(PStatement stmt,
java.lang.String workspace,
KeyStore keys,
FilesStager stager)
throws P2ELFunctionNotSupported,
P2ELDependentVariableNotResolvedException
- Throws:
P2ELFunctionNotSupported
P2ELDependentVariableNotResolvedException
PStatementCompiler
public PStatementCompiler(PStatement stmt,
PStatementContext ctx)
throws P2ELFunctionNotSupported,
P2ELDependentVariableNotResolvedException
- Throws:
P2ELFunctionNotSupported
P2ELDependentVariableNotResolvedException
getStmt
public PStatement getStmt()
setStmt
public void setStmt(PStatement stmt)
throws P2ELFunctionNotSupported,
P2ELDependentVariableNotResolvedException
- Throws:
P2ELFunctionNotSupported
P2ELDependentVariableNotResolvedException
compile
public java.util.List<PPermutation> compile()
throws P2ELDependentVariableNotResolvedException,
P2ELMultiValueVarDependentOnRuntimeVarException,
P2ELFunctionNotSupported
- Throws:
P2ELDependentVariableNotResolvedException
P2ELMultiValueVarDependentOnRuntimeVarException
P2ELFunctionNotSupported
createStatements
public java.util.List<java.lang.String> createStatements(java.util.List<PPermutation> permutations)
throws P2ELDependentVariableNotResolvedException,
P2ELMultiValueVarDependentOnRuntimeVarException
- Throws:
P2ELDependentVariableNotResolvedException
P2ELMultiValueVarDependentOnRuntimeVarException
Copyright © 2007-2009. All Rights Reserved.