nl.justobjects.xbook
Class XBookAntTask

java.lang.Object
  |
  +--org.apache.tools.ant.ProjectComponent
        |
        +--org.apache.tools.ant.Task
              |
              +--nl.justobjects.xbook.XBookAntTask

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

Jakarta Ant task to process an xbook file.

Purpose
TBS.

Implementation
TBS.

Examples
See build.xml where the xbook documentation is built.


$Source: /var/cvs/justobjects/xbook/src/nl/justobjects/xbook/XBookAntTask.java,v $

Since:
$Date: 2003/01/06 10:27:22 $
Version:
$Revision: 1.4 $
Author:
$Author: just $ - Just van den Broecke - Just Objects ©
See Also:

Field Summary
private  java.lang.String book
           
private  java.lang.String dest
           
private  boolean lite
           
 
Fields inherited from class org.apache.tools.ant.Task
description, invalid, location, replacement, target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
XBookAntTask()
           
 
Method Summary
 void execute()
          Executes the XBook processing.
 void setBook(java.lang.String aBook)
          The setter for the "book" attribute (book XML file).
 void setDest(java.lang.String aDest)
          The setter for the "dest" attribute (destination dir).
 void setLite(boolean aLiteValue)
          The setter for the "lite" attribute (generate HTML iso DHTML menus).
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getReplacement, getRuntimeConfigurableWrapper, getTaskName, handleErrorOutput, handleOutput, init, isInvalid, log, log, markInvalid, maybeConfigure, perform, 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, registerNatives, toString, wait, wait, wait
 

Field Detail

book

private java.lang.String book

dest

private java.lang.String dest

lite

private boolean lite
Constructor Detail

XBookAntTask

public XBookAntTask()
Method Detail

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Executes the XBook processing.
Overrides:
execute in class org.apache.tools.ant.Task

setBook

public void setBook(java.lang.String aBook)
The setter for the "book" attribute (book XML file).

setDest

public void setDest(java.lang.String aDest)
The setter for the "dest" attribute (destination dir).

setLite

public void setLite(boolean aLiteValue)
The setter for the "lite" attribute (generate HTML iso DHTML menus).


Copyright © 2000-2001 - Just Objects B.V.