|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.lenya.cms.ant.PublicationTask
org.apache.lenya.cms.ant.DocumentCreatorTask
public class DocumentCreatorTask
| 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 |
|---|
public DocumentCreatorTask()
| Method Detail |
|---|
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionTask.execute()public java.lang.String getChildType()
public java.lang.String getDocumentType()
public java.lang.String getParentId()
public void setChildType(java.lang.String string)
string - the child typepublic void setDocumentType(java.lang.String string)
string - the document typepublic void setParentId(java.lang.String string)
string - the parent idpublic java.lang.String getChildId()
public java.lang.String getChildName()
public void setChildId(java.lang.String string)
string - the child idpublic void setChildName(java.lang.String string)
string - the child namepublic java.lang.String getAuthoringPath()
public void setAuthoringPath(java.lang.String string)
string - the authoring pathpublic java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
language - the languagepublic java.lang.String getArea()
public void setArea(java.lang.String area)
area - the areapublic void setVisibleInNav(boolean visible)
boolean - visibleInNavpublic boolean getVisibleInNav()
boolean - visibleinnav
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||