org.jboss.ant.taskdefs.server
Class StartServerTask

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

public class StartServerTask
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
StartServerTask()
           
 
Method Summary
 void execute()
          Start 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

StartServerTask

public StartServerTask()
Method Detail

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Start 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.