org.apache.hadoop.hive.ant
Class QTestGenTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.apache.hadoop.hive.ant.QTestGenTask

public class QTestGenTask
extends org.apache.tools.ant.Task


Nested Class Summary
 class QTestGenTask.QFileFilter
           
 
Field Summary
protected  String className
           
protected  String clusterMode
           
protected  String logDirectory
           
protected  String logFile
           
protected  String outputDirectory
           
protected  String queryDirectory
           
protected  String queryFile
           
protected  String resultsDirectory
           
protected  String template
           
protected  String templatePath
           
 
Fields inherited from class org.apache.tools.ant.Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
QTestGenTask()
           
 
Method Summary
 void execute()
           
 String getClassName()
           
 String getClusterMode()
           
 String getLogDirectory()
           
 String getLogFile()
           
 String getOutputDirectory()
           
 String getQueryDirectory()
           
 String getQueryFile()
           
 String getResultsDirectory()
           
 String getTemplate()
           
 String getTemplatePath()
           
 void setClassName(String className)
           
 void setClusterMode(String clusterMode)
           
 void setLogDirectory(String logDirectory)
           
 void setLogFile(String logFile)
           
 void setOutputDirectory(File outputDirectory)
           
 void setQueryDirectory(String queryDirectory)
           
 void setQueryFile(String queryFile)
           
 void setResultsDirectory(String resultsDirectory)
           
 void setTemplate(String template)
           
 void setTemplatePath(String templatePath)
           
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

templatePath

protected String templatePath

outputDirectory

protected String outputDirectory

queryDirectory

protected String queryDirectory

queryFile

protected String queryFile

resultsDirectory

protected String resultsDirectory

logDirectory

protected String logDirectory

template

protected String template

className

protected String className

logFile

protected String logFile

clusterMode

protected String clusterMode
Constructor Detail

QTestGenTask

public QTestGenTask()
Method Detail

setClusterMode

public void setClusterMode(String clusterMode)

getClusterMode

public String getClusterMode()

setLogFile

public void setLogFile(String logFile)

getLogFile

public String getLogFile()

setClassName

public void setClassName(String className)

getClassName

public String getClassName()

setTemplate

public void setTemplate(String template)

getTemplate

public String getTemplate()

setTemplatePath

public void setTemplatePath(String templatePath)
                     throws Exception
Throws:
Exception

getTemplatePath

public String getTemplatePath()

setOutputDirectory

public void setOutputDirectory(File outputDirectory)

getOutputDirectory

public String getOutputDirectory()

setLogDirectory

public void setLogDirectory(String logDirectory)

getLogDirectory

public String getLogDirectory()

setResultsDirectory

public void setResultsDirectory(String resultsDirectory)

getResultsDirectory

public String getResultsDirectory()

setQueryDirectory

public void setQueryDirectory(String queryDirectory)

getQueryDirectory

public String getQueryDirectory()

setQueryFile

public void setQueryFile(String queryFile)

getQueryFile

public String getQueryFile()

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Overrides:
execute in class org.apache.tools.ant.Task
Throws:
org.apache.tools.ant.BuildException


Copyright © 2009 The Apache Software Foundation