Package org.savantbuild.dep.domain
Class DependencyGroup
java.lang.Object
org.savantbuild.dep.domain.DependencyGroup
This class defines a group of artifacts that the project depends on.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDependencyGroup(String name, boolean export, Artifact... dependencies) Constructs a Dependency group. -
Method Summary
-
Field Details
-
dependencies
-
export
public final boolean export -
name
-
-
Constructor Details
-
DependencyGroup
public DependencyGroup(String name, boolean export, Artifact... dependencies) throws NullPointerException Constructs a Dependency group.- Parameters:
name- The name of the group (compile, run, etc).export- Whether this group is exported or not.dependencies- The initial dependencies of the group.- Throws:
NullPointerException- If the type parameter is null.
-
-
Method Details