org.freecompany.imp
public class Dependency extends Resolve
| Field Summary | |
|---|---|
| protected boolean | imported |
| protected boolean | isModule |
| protected Logger | logger |
| protected List<String> | types |
| Method Summary | |
|---|---|
| protected void | addDependency(URL dependency) |
| void | execute()
Resolves the nested (and index included) dependencies into the proper runtime path sets. |
| protected String | getBinding() |
| List<String> | getTypes() |
| boolean | isModule() |
| void | setImported(boolean imported)
Sets this dependency to imported mode, which causes the dependency to be
excluded from the final list of packaged dependencies. |
| void | setTypes(String types) |
| void | setTypes(List<String> types) |
| void | setupAll() |
| String | toString() |