@AntTask(value="hdhr-tuner") public class HDHRTunerTask extends Task implements AnnotatedAntTask, ClasspathDelegateAntTask, ConfigurableAntTask
Task for HDHomeRun tuners.
<hdhr-tuner address="String" classname="String" classpathref="Reference" description="String" id="String" key="int" taskname="String">
<classpath .../>
<get name="String"/>
<set name="String" value="String"/>
</hdhr-tuner>
HDHRTunerTask.Options,
HDHRTunerTask.Scan| Modifier and Type | Class and Description |
|---|---|
protected static class |
HDHRTunerTask.Directive |
static class |
HDHRTunerTask.Get
|
static class |
HDHRTunerTask.Options
|
static class |
HDHRTunerTask.Scan
|
static class |
HDHRTunerTask.Set
|
| Modifier and Type | Field and Description |
|---|---|
protected HDHRTuner |
tuner |
description, location, project| Constructor and Description |
|---|
HDHRTunerTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConfiguredGet(HDHRTunerTask.Get get) |
void |
addConfiguredSet(HDHRTunerTask.Set set) |
void |
execute()
Default implementation for
Task subclasses. |
List<HDHRTunerTask.Directive> |
getDirectiveList() |
void |
init()
Default implementation for
Task
subclasses. |
void |
setAddress(String address) |
void |
setID(String id) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeclone, getDescription, getLocation, getProject, setDescription, setLocation, setProjectequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAntTaskNamelog, log, log, log, log, log, log, log, log, log, logcreateClasspath, delegate, delegate, getClassForName, getClassLoader, setClassname, setClasspathrefconfigurepublic HDHRTunerTask()
public void setID(String id) throws BuildException
BuildExceptionpublic void setAddress(String address) throws BuildException
BuildExceptionpublic List<HDHRTunerTask.Directive> getDirectiveList()
public void addConfiguredGet(HDHRTunerTask.Get get)
public void addConfiguredSet(HDHRTunerTask.Set set)
public void init() throws BuildException
ClasspathDelegateAntTaskTask
subclasses.init in interface ClasspathDelegateAntTaskinit in interface ConfigurableAntTaskinit in class TaskBuildExceptionpublic void execute() throws BuildException
AnnotatedAntTaskTask subclasses. Check attributes
annotated with AntTaskAttributeConstraint.
See AnnotatedAntTaskConfigurationChecker.execute in interface AnnotatedAntTaskexecute in class TaskBuildException - If a
AntTaskAttributeConstraint.Checker
fails.Copyright © 2015–2021. All rights reserved.