Resolves a TreeNode's dependencies to their corresponding episode
files in the episodesDir configured through the JaxbExtension.
| Type | Name and description |
|---|---|
static org.gradle.api.logging.Logger |
log |
| Type | Name and description |
|---|---|
java.util.Set<java.io.File> |
resolve(TreeNode<XsdNamespace> node, NamespaceToEpisodeConverter converter, java.io.File episodesDir)Resolves the nodes dependencies into episode files. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Resolves the nodes dependencies into episode files. External dependencies are also resolved.
Gets a TreeNode's ancestors and converts them to episode Files.
Gets nodes external dependencies and gets its ancestors external
dependencies as well. Episode Files are not checked for existence.
xjc tasknode - tree node to operate onconverter - converts namespace to an episode nameepisodesDir - the directory where to find episode files