@AntTask(value="xd-load") public static class XDTask.Load extends XDTask
Task
to load a
Puzzle
from an
XD
File
.
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.Solve
Modifier and Type | Field and Description |
---|---|
protected Puzzle |
puzzle |
description, location, project
Constructor and Description |
---|
Load() |
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, setTaskType
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAntTaskName
log, log, log, log, log, log, log, log, log, log, log
createClasspath, delegate, delegate, getClassForName, getClassLoader, setClassname, setClasspathref
configure
public Load()
public void execute() throws BuildException
AnnotatedAntTask
Task
subclasses. Check attributes
annotated with AntTaskAttributeConstraint
.
See AnnotatedAntTaskConfigurationChecker
.execute
in interface AnnotatedAntTask
execute
in class XDTask
BuildException
- If a
AntTaskAttributeConstraint.Checker
fails.Copyright © 2015–2020 Allen D. Ball. All rights reserved.