A B C D E F G H L O P R S T V W X

A

AbstractDocBookTask - class com.finalist.ant.tasks.docbook.AbstractDocBookTask.
AbstractDocBookTask.java This Abstract class represents a DocBook Task other classes which implements this class must inplement the execute methode to execute the task.
AbstractDocBookTask() - Constructor for class com.finalist.ant.tasks.docbook.AbstractDocBookTask
 
addConfiguredFileset(FileSet) - Method in class com.finalist.ant.tasks.docbook.AbstractDocBookTask
This method addes a fileset to the current task, the files specifyed will be used for generation
addConfiguredParam(XSLTParameterTask) - Method in class com.finalist.ant.tasks.docbook.AbstractDocBookTask
Add a nested XSLTParameterTask to this task Watch it!!
addFileset(FileSet) - Method in class com.finalist.tools.ant.taskdefs.DistGenTask
 
addLib(Lib) - Method in class com.finalist.tools.ant.taskdefs.LibAvailableTask
Add a nested jar element as required external library.

B

BASEDIR_KEY - Static variable in class com.finalist.ant.tasks.docbook.ParameterValues
Used to set the basedir value of the FOP engine

C

CheckoutLibTask - class com.finalist.tools.ant.taskdefs.CheckoutLibTask.
This task is used to checkout 3rd-party libraries.
CheckoutLibTask() - Constructor for class com.finalist.tools.ant.taskdefs.CheckoutLibTask
 
com.finalist.ant.tasks.docbook - package com.finalist.ant.tasks.docbook
 
com.finalist.tools.ant.taskdefs - package com.finalist.tools.ant.taskdefs
 

D

DOCBOOK_DTD_4_0 - Static variable in class com.finalist.ant.tasks.docbook.ParameterValues
 
DOCBOOK_DTD_4_1_2 - Static variable in class com.finalist.ant.tasks.docbook.ParameterValues
 
DOCBOOK_DTD_4_2 - Static variable in class com.finalist.ant.tasks.docbook.ParameterValues
 
DRAFT_WATERMARK_IMAGE_KEY - Static variable in class com.finalist.ant.tasks.docbook.ParameterValues
 
DRAFT_WATERMARK_IMAGE_VALUE - Static variable in class com.finalist.ant.tasks.docbook.ParameterValues
 
DTDResolver - class com.finalist.ant.tasks.docbook.DTDResolver.
DTDResolver.java
DTDResolver() - Constructor for class com.finalist.ant.tasks.docbook.DTDResolver
 
DTDResolver - class com.finalist.tools.ant.taskdefs.DTDResolver.
DTDResolver.java
DTDResolver() - Constructor for class com.finalist.tools.ant.taskdefs.DTDResolver
 
DistGenTask - class com.finalist.tools.ant.taskdefs.DistGenTask.
Generates the distribution file(s) according to standard naming conventions.
DistGenTask() - Constructor for class com.finalist.tools.ant.taskdefs.DistGenTask
 
DistGenTask.WarEarStandalone - class com.finalist.tools.ant.taskdefs.DistGenTask.WarEarStandalone.
Enumerated attribute for project type; war, ear or standalone jar.
DistGenTask.WarEarStandalone() - Constructor for class com.finalist.tools.ant.taskdefs.DistGenTask.WarEarStandalone
 
directory - Variable in class com.finalist.tools.ant.taskdefs.EarAutoLib
Directory which contains the library files.
directory - Variable in class com.finalist.tools.ant.taskdefs.WarAutoLib
Directory which contains the library files.
doSetParameter(Transformer) - Method in class com.finalist.ant.tasks.docbook.AbstractDocBookTask
This method sets the parameters on the given transfromer

E

EarAutoLib - class com.finalist.tools.ant.taskdefs.EarAutoLib.
Extension to the regular ear task to include files specified in the libXmlFile.
EarAutoLib() - Constructor for class com.finalist.tools.ant.taskdefs.EarAutoLib
 
execute() - Method in class com.finalist.ant.tasks.docbook.AbstractDocBookTask
This abstract method must be implemented by a implementing class to preform the execution of the task
execute() - Method in class com.finalist.ant.tasks.docbook.HTMLTask
This method actually transforms the Docbook file to a html file
execute() - Method in class com.finalist.ant.tasks.docbook.PDFTask
This method actually transforms the Docbook file to a pdf file
execute() - Method in class com.finalist.tools.ant.taskdefs.CheckoutLibTask
Method which is called by ant to execute the task.
execute() - Method in class com.finalist.tools.ant.taskdefs.DistGenTask
 
execute() - Method in class com.finalist.tools.ant.taskdefs.EarAutoLib
Method called by ant to execute this task.
execute() - Method in class com.finalist.tools.ant.taskdefs.LibAvailableTask
 
execute() - Method in class com.finalist.tools.ant.taskdefs.WarAutoLib
Method called by ant to execute this task.

F

FOPEXTENTIONS_KEY - Static variable in class com.finalist.ant.tasks.docbook.ParameterValues
Used when processing a PDF file to ensure nothing goes wrong
FOPEXTENTIONS_VALUE - Static variable in class com.finalist.ant.tasks.docbook.ParameterValues
 
file - Variable in class com.finalist.tools.ant.taskdefs.Lib
CVSPath for the library file

G

getBaseDir() - Method in class com.finalist.ant.tasks.docbook.AbstractDocBookTask
This method returns the baseDir of the current docbook file Caution!
getDocbookfile() - Method in class com.finalist.ant.tasks.docbook.AbstractDocBookTask
Getter method for the docbookfile attribute
getFile() - Method in class com.finalist.tools.ant.taskdefs.Lib
Getter for property file.
getFilename() - Method in class com.finalist.tools.ant.taskdefs.Lib
Getter for name of the file.
getName() - Method in class com.finalist.ant.tasks.docbook.XSLTParameterTask
The Getter method for the name attribute
getNumberOfCycles() - Method in class com.finalist.ant.tasks.docbook.AbstractDocBookTask
This method returns the total number of Cycles that will be done
getOutputFile(String) - Method in class com.finalist.ant.tasks.docbook.AbstractDocBookTask
This method returns a File to write the transformed document to
getTransformer() - Method in class com.finalist.ant.tasks.docbook.AbstractDocBookTask
This method return the Transformer that need to be used
getValue() - Method in class com.finalist.ant.tasks.docbook.XSLTParameterTask
The Getter method for the value attribute
getValues() - Method in class com.finalist.tools.ant.taskdefs.DistGenTask.WarEarStandalone
 
getVersion() - Method in class com.finalist.tools.ant.taskdefs.Lib
Getter for property version.

H

HTMLTask - class com.finalist.ant.tasks.docbook.HTMLTask.
HTMLTask.java This task extends the AbstractDocBookTask It does the transformation of the docbook file to a html file
HTMLTask() - Constructor for class com.finalist.ant.tasks.docbook.HTMLTask
 

L

LIBVERSION_PROPERTIES_FILENAME - Static variable in class com.finalist.tools.ant.taskdefs.CheckoutLibTask
The name of the properties file created by this task, containing the latest checked-out lib versions.
Lib - class com.finalist.tools.ant.taskdefs.Lib.
Simple value object for a 3rd party library file.
Lib() - Constructor for class com.finalist.tools.ant.taskdefs.Lib
 
LibAvailableTask - class com.finalist.tools.ant.taskdefs.LibAvailableTask.
Checks if an external library exists in the specified directory and has the correct version, or otherwise checks out the correct library from CVS.
LibAvailableTask() - Constructor for class com.finalist.tools.ant.taskdefs.LibAvailableTask
 

O

outXML(Document, File) - Method in class com.finalist.tools.ant.taskdefs.EarAutoLib
 

P

PDFTask - class com.finalist.ant.tasks.docbook.PDFTask.
PDFTask.java This task extends the AbstractDocBookTask It does the transformation of the docbook file to a PDF file
PDFTask() - Constructor for class com.finalist.ant.tasks.docbook.PDFTask
 
ParameterValues - class com.finalist.ant.tasks.docbook.ParameterValues.
XSLTParametersValues.java Class which holds some (default) parameter values
ParameterValues() - Constructor for class com.finalist.ant.tasks.docbook.ParameterValues
 

R

resolveEntity(String, String) - Method in class com.finalist.ant.tasks.docbook.DTDResolver
 
resolveEntity(String, String) - Method in class com.finalist.tools.ant.taskdefs.DTDResolver
 

S

setAppServer(int) - Method in class com.finalist.tools.ant.taskdefs.EarAutoLib
Setter for the application server parameter 0 - not specified 1 - oracle
setAppname(String) - Method in class com.finalist.tools.ant.taskdefs.DistGenTask
For a simple property based on a string
setAppxml(File) - Method in class com.finalist.tools.ant.taskdefs.EarAutoLib
Setter for property appXml.
setBasedir(File) - Method in class com.finalist.tools.ant.taskdefs.DistGenTask
 
setConfdir(File) - Method in class com.finalist.tools.ant.taskdefs.DistGenTask
 
setDir(File) - Method in class com.finalist.tools.ant.taskdefs.LibAvailableTask
Optional destination directory, defaults to "lib".
setDistdir(File) - Method in class com.finalist.tools.ant.taskdefs.DistGenTask
 
setDocbookfile(String) - Method in class com.finalist.ant.tasks.docbook.AbstractDocBookTask
The setter method for the docbookfile attribute
setDoctypePublic(String) - Method in class com.finalist.tools.ant.taskdefs.EarAutoLib
Set the publi doctype for the Application xml dtd.
setDoctypeSystem(String) - Method in class com.finalist.tools.ant.taskdefs.EarAutoLib
Set the system doctype for the Application xml dtd.
setFile(String) - Method in class com.finalist.tools.ant.taskdefs.Lib
Setter for file property.
setJspdir(File) - Method in class com.finalist.tools.ant.taskdefs.DistGenTask
 
setLibDir(File) - Method in class com.finalist.tools.ant.taskdefs.CheckoutLibTask
Optional destination directory, defaults to "lib".
setLibXmlFile(File) - Method in class com.finalist.tools.ant.taskdefs.CheckoutLibTask
Setter for property libFile.
setLibXmlFile(File) - Method in class com.finalist.tools.ant.taskdefs.EarAutoLib
Setter for property libXmlFile.
setLibXmlFile(File) - Method in class com.finalist.tools.ant.taskdefs.WarAutoLib
Setter for property libXmlFile.
setLibdir(File) - Method in class com.finalist.tools.ant.taskdefs.DistGenTask
 
setLibdir(File) - Method in class com.finalist.tools.ant.taskdefs.EarAutoLib
Setter for libDir property.
setLibdir(File) - Method in class com.finalist.tools.ant.taskdefs.WarAutoLib
Setter for libDir property.
setName(String) - Method in class com.finalist.ant.tasks.docbook.XSLTParameterTask
The Setter value for the name attribute
setOutputdir(File) - Method in class com.finalist.ant.tasks.docbook.AbstractDocBookTask
The setter method for the outputdir attribute
setProxyHost(String) - Method in class com.finalist.tools.ant.taskdefs.EarAutoLib
Setter for property proxyHost.
setProxyPort(String) - Method in class com.finalist.tools.ant.taskdefs.EarAutoLib
Setter for property proxyPort.
setTmpDir(File) - Method in class com.finalist.tools.ant.taskdefs.CheckoutLibTask
Setter for property tmpDir.
setType(DistGenTask.WarEarStandalone) - Method in class com.finalist.tools.ant.taskdefs.DistGenTask
 
setValue(String) - Method in class com.finalist.ant.tasks.docbook.XSLTParameterTask
The Setter value for the value attribute
setVersion(String) - Method in class com.finalist.tools.ant.taskdefs.Lib
Setter for version property
setVersionextention(String) - Method in class com.finalist.ant.tasks.docbook.AbstractDocBookTask
Setter method for the versionExtention
setWebdir(File) - Method in class com.finalist.tools.ant.taskdefs.DistGenTask
 
setXslfile(File) - Method in class com.finalist.ant.tasks.docbook.AbstractDocBookTask
The setter method for the xslfile attribute

T

toString() - Method in class com.finalist.tools.ant.taskdefs.Lib
Builds a string representation of this class.

V

version - Variable in class com.finalist.tools.ant.taskdefs.Lib
CVSTag used to specify the version of the file.

W

WarAutoLib - class com.finalist.tools.ant.taskdefs.WarAutoLib.
Extension to the regular war task to include files specified in the libXmlFile.
WarAutoLib() - Constructor for class com.finalist.tools.ant.taskdefs.WarAutoLib
 

X

XSLTParameterTask - class com.finalist.ant.tasks.docbook.XSLTParameterTask.
XSLTParameterTask.java This class representa a name value pair.
XSLTParameterTask() - Constructor for class com.finalist.ant.tasks.docbook.XSLTParameterTask
 

A B C D E F G H L O P R S T V W X

Copyright © 2003-2004 SourceForge. All Rights Reserved.