org.postgresql.pljava.tasks
Class JarLoaderTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.apache.tools.ant.taskdefs.JDBCTask
              extended by org.postgresql.pljava.tasks.PLJavaTask
                  extended by org.postgresql.pljava.tasks.JarLoaderTask

public class JarLoaderTask
extends PLJavaTask


Field Summary
 
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
JarLoaderTask()
           
 
Method Summary
 void execute()
           
 File getFile()
           
 String getName()
           
 String getSchema()
           
 boolean isDeploy()
           
 boolean isReload()
           
 void setDeploy(boolean deploy)
           
 void setFile(File file)
           
 void setName(String name)
           
 void setReload(boolean reload)
           
 void setSchema(String schema)
           
 
Methods inherited from class org.postgresql.pljava.tasks.PLJavaTask
getConnection, getDatabase, getHostName, getPortNumber, setDatabase, setHostName, setPortNumber
 
Methods inherited from class org.apache.tools.ant.taskdefs.JDBCTask
createClasspath, getClasspath, getLoader, getLoaderMap, getPassword, getRdbms, getUrl, getUserId, getVersion, isAutocommit, isCaching, isValidRdbms, setAutocommit, setCaching, setClasspath, setClasspathRef, setDriver, setPassword, setRdbms, setUrl, setUserid, setVersion
 
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
 

Constructor Detail

JarLoaderTask

public JarLoaderTask()
Method Detail

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

isDeploy

public final boolean isDeploy()

setDeploy

public final void setDeploy(boolean deploy)

getFile

public final File getFile()

setFile

public final void setFile(File file)

getName

public final String getName()

setName

public final void setName(String name)

isReload

public final boolean isReload()

setReload

public final void setReload(boolean reload)

getSchema

public final String getSchema()

setSchema

public final void setSchema(String schema)