org.gwe.p2elv2
Class PStatementCompiler

java.lang.Object
  extended by org.gwe.p2elv2.PStatementCompiler

public class PStatementCompiler
extends java.lang.Object

Since:
Aug 6, 2008
Author:
Marco Ruiz

Constructor Summary
PStatementCompiler(PStatement stmt, PStatementContext ctx)
           
PStatementCompiler(PStatement stmt, java.lang.String workspace, KeyStore keys, FilesStager stager)
           
 
Method Summary
 java.util.List<PPermutation> compile()
           
 java.util.List<java.lang.String> createStatements(java.util.List<PPermutation> permutations)
           
 PStatement getStmt()
           
 void setStmt(PStatement stmt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

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.