A container for dependency specifications.
Type | Name and description |
---|---|
Collection<DependencySpec> |
getDependencies() Returns an immutable view of dependencies stored in this container. |
boolean |
isEmpty() Returns true if this container doesn't hold any dependency. |
DependencySpecBuilder |
library(String name) Defines a new dependency, based on a library name. |
DependencySpecBuilder |
project(String path) Defines a new dependency, based on a project path. |
Returns an immutable view of dependencies stored in this container.
Returns true if this container doesn't hold any dependency.
Defines a new dependency, based on a library name. The returned dependency can be mutated.
name
- of the libraryDefines a new dependency, based on a project path. The returned dependency can be mutated.
path
- the project path