The Octet Molecular Representation Framework v0.8.2

net.sf.octet.task
Class WriteFlexMolExamples

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended bynet.sf.octet.task.WriteFlexMolExamples

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

An Ant task that writes all examples in net.sf.octet.util.RepresentationKit as separate XML files to a user-specified directory.

Author:
Richard Apodaca

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
WriteFlexMolExamples()
          Default constructor.
 
Method Summary
 void execute()
          Executes the task.
 void setDirectory(java.lang.String directory)
          Sets the output directory to directory.
 
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

WriteFlexMolExamples

public WriteFlexMolExamples()
Default constructor.

Method Detail

setDirectory

public void setDirectory(java.lang.String directory)
Sets the output directory to directory.

Parameters:
directory - the output directory.

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Executes the task.

Throws:
org.apache.tools.ant.BuildException

The Octet Molecular Representation Framework v0.8.2