org.apache.lenya.cms.ant
Class DocumentCreatorTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.apache.lenya.cms.ant.PublicationTask
              extended by org.apache.lenya.cms.ant.DocumentCreatorTask

public class DocumentCreatorTask
extends PublicationTask


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
DocumentCreatorTask()
           
 
Method Summary
 void execute()
          (non-Javadoc)
 java.lang.String getArea()
          Get the area.
 java.lang.String getAuthoringPath()
          Get the authoring path
 java.lang.String getChildId()
          Get the child id
 java.lang.String getChildName()
          Get the child name
 java.lang.String getChildType()
          Get the child type
 java.lang.String getDocumentType()
          Get the document type
 java.lang.String getLanguage()
          Get the language
 java.lang.String getParentId()
          Get the parent id
 boolean getVisibleInNav()
          Get the visiblity of a node
 void setArea(java.lang.String area)
          Set the area.
 void setAuthoringPath(java.lang.String string)
          Set the authoring path
 void setChildId(java.lang.String string)
          Set the child id
 void setChildName(java.lang.String string)
          Set the child name
 void setChildType(java.lang.String string)
          Set the child type
 void setDocumentType(java.lang.String string)
          Set the document type
 void setLanguage(java.lang.String language)
          Set the language
 void setParentId(java.lang.String string)
          Set the parent id
 void setVisibleInNav(boolean visible)
          Set the visiblity of a node
 
Methods inherited from class org.apache.lenya.cms.ant.PublicationTask
assertString, getContextPrefix, getPublication, getPublicationDirectory, getPublicationId, getServletContext
 
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

DocumentCreatorTask

public DocumentCreatorTask()
Method Detail

execute

public void execute()
             throws org.apache.tools.ant.BuildException
(non-Javadoc)

Overrides:
execute in class org.apache.tools.ant.Task
Throws:
org.apache.tools.ant.BuildException
See Also:
Task.execute()

getChildType

public java.lang.String getChildType()
Get the child type

Returns:
the child type

getDocumentType

public java.lang.String getDocumentType()
Get the document type

Returns:
the document type

getParentId

public java.lang.String getParentId()
Get the parent id

Returns:
the parent id

setChildType

public void setChildType(java.lang.String string)
Set the child type

Parameters:
string - the child type

setDocumentType

public void setDocumentType(java.lang.String string)
Set the document type

Parameters:
string - the document type

setParentId

public void setParentId(java.lang.String string)
Set the parent id

Parameters:
string - the parent id

getChildId

public java.lang.String getChildId()
Get the child id

Returns:
the child id

getChildName

public java.lang.String getChildName()
Get the child name

Returns:
the child name

setChildId

public void setChildId(java.lang.String string)
Set the child id

Parameters:
string - the child id

setChildName

public void setChildName(java.lang.String string)
Set the child name

Parameters:
string - the child name

getAuthoringPath

public java.lang.String getAuthoringPath()
Get the authoring path

Returns:
the authoring path

setAuthoringPath

public void setAuthoringPath(java.lang.String string)
Set the authoring path

Parameters:
string - the authoring path

getLanguage

public java.lang.String getLanguage()
Get the language

Returns:
the language

setLanguage

public void setLanguage(java.lang.String language)
Set the language

Parameters:
language - the language

getArea

public java.lang.String getArea()
Get the area.

Returns:
the area

setArea

public void setArea(java.lang.String area)
Set the area.

Parameters:
area - the area

setVisibleInNav

public void setVisibleInNav(boolean visible)
Set the visiblity of a node

Parameters:
boolean - visibleInNav

getVisibleInNav

public boolean getVisibleInNav()
Get the visiblity of a node

Parameters:
boolean - visibleinnav


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.