Modifier and Type | Method and Description |
---|---|
UiDependencyTool |
UiDependencyTool.context(String path)
Sets a custom {context} variable for the formats to use.
|
UiDependencyTool |
UiDependencyTool.on(String name)
Adds all the files required for the specified group, then returns
this instance.
|
UiDependencyTool |
UiDependencyTool.on(String type,
String file)
Adds the specified file to this instance's list of dependencies
of the specified type, then returns this instance.
|
Modifier and Type | Method and Description |
---|---|
Map<String,List<String>> |
UiDependencyTool.Group.getDependencies(UiDependencyTool parent) |
protected void |
UiDependencyTool.Group.resolve(UiDependencyTool parent) |
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.