Package ball.upnp.ant.taskdefs
Class SSDPTask.Discover
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- ball.upnp.ant.taskdefs.SSDPTask
-
- ball.upnp.ant.taskdefs.SSDPTask.Discover
-
- All Implemented Interfaces:
SSDPDiscoveryService.Listener
,AnnotatedAntTask
,AntTaskLogMethods
,AntTaskMixIn
,ClasspathDelegateAntTask
,ConfigurableAntTask
,Cloneable
- Enclosing class:
- SSDPTask
@AntTask("ssdp-discover") public static class SSDPTask.Discover extends SSDPTask
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ball.upnp.ant.taskdefs.SSDPTask
SSDPTask.Discover, SSDPTask.Listen, SSDPTask.MSearch
-
-
Field Summary
-
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
-
-
Constructor Summary
Constructors Constructor Description Discover()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
Methods inherited from class ball.upnp.ant.taskdefs.SSDPTask
init, receiveEvent, register, sendEvent, unregister
-
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
-
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ball.util.ant.taskdefs.AnnotatedAntTask
getAntTaskName
-
Methods inherited from interface ball.util.ant.taskdefs.AntTaskLogMethods
log, log, log, log, log, log, log, log, log, log, log
-
Methods inherited from interface ball.util.ant.taskdefs.ClasspathDelegateAntTask
createClasspath, delegate, delegate, getClassForName, getClassLoader, setClassname, setClasspathref
-
Methods inherited from interface ball.util.ant.taskdefs.ConfigurableAntTask
configure
-
-
-
-
Constructor Detail
-
Discover
public Discover()
-
-
Method Detail
-
execute
public void execute() throws BuildException
- Specified by:
execute
in interfaceAnnotatedAntTask
- Overrides:
execute
in classSSDPTask
- Throws:
BuildException
-
-