org.jboss.ant.taskdefs.server
Class StopServerTask

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended byorg.jboss.ant.taskdefs.server.StopServerTask

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

A StopServerTask.

Version:
$Revision: 1.1 $
Author:
Ryan Campbell

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
StopServerTask()
           
 
Method Summary
 void execute()
          Stop the server.
 void setName(String name)
          Set the name.
 
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

StopServerTask

public StopServerTask()
Method Detail

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Stop the server.

Throws:
org.apache.tools.ant.BuildException

setName

public void setName(String name)
Set the name.

Parameters:
name - The name to set.


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.