@AntTask(value="xd-solve") public static class XDTask.Solve extends XDTask.Load
Task to load a
Puzzle from an
XD
File and return a Stream of possible solutions.
| Name | Mode | Type | isHidden | isBound | isConstrained |
|---|---|---|---|---|---|
| description | RW | String | false | false | false |
| file | RW | File | false | false | false |
| location | RW | Location | false | false | false |
| owningTarget | RW | Target | false | false | false |
| project | RW | Project | false | false | false |
| runtimeConfigurableWrapper | RW | RuntimeConfigurable | false | false | false |
| taskName | RW | String | false | false | false |
| taskType | RW | String | false | false | false |
XDTask.Load, XDTask.Solvepuzzledescription, location, project| Constructor and Description |
|---|
Solve() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Default implementation for
Task subclasses. |
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 Solve()
public void execute() throws BuildException
AnnotatedAntTaskTask subclasses. Check attributes
annotated with AntTaskAttributeConstraint.
See AnnotatedAntTaskConfigurationChecker.execute in interface AnnotatedAntTaskexecute in class XDTask.LoadBuildException - If a
AntTaskAttributeConstraint.Checker
fails.Copyright © 2015–2020 Allen D. Ball. All rights reserved.