|
||||||||
| 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.MoveSiteTreeNodeTask
public class MoveSiteTreeNodeTask
Task to move a node amongst the siblings
| Field Summary | |
|---|---|
static java.lang.String |
DOWN
|
static java.lang.String |
UP
|
| 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 | |
|---|---|
MoveSiteTreeNodeTask()
|
|
| Method Summary | |
|---|---|
void |
execute()
|
protected java.lang.String |
getDirection()
Returns the direction. |
protected java.lang.String |
getDocumentId()
Returns the document ID. |
void |
setDirection(java.lang.String direction)
Sets the direction. |
void |
setDocumentId(java.lang.String documentId)
Sets the document ID. |
| 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 |
| Field Detail |
|---|
public static final java.lang.String UP
public static final java.lang.String DOWN
| Constructor Detail |
|---|
public MoveSiteTreeNodeTask()
| Method Detail |
|---|
protected java.lang.String getDocumentId()
public void setDocumentId(java.lang.String documentId)
documentId - A string.protected java.lang.String getDirection()
public void setDirection(java.lang.String direction)
direction - A string.
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionTask.execute()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||