Package | Description |
---|---|
org.guvnor.common.services.project.model |
Modifier and Type | Method and Description |
---|---|
Dependency |
Dependencies.get(GAV gav) |
Dependency |
Dependencies.get(int i) |
Dependency |
Dependencies.remove(int i) |
Dependency |
Dependencies.set(int i,
Dependency dependency) |
Modifier and Type | Method and Description |
---|---|
List<Dependency> |
Plugin.getDependencies() |
Iterator<Dependency> |
Dependencies.iterator() |
ListIterator<Dependency> |
Dependencies.listIterator() |
ListIterator<Dependency> |
Dependencies.listIterator(int i) |
List<Dependency> |
Dependencies.subList(int i,
int i1) |
Modifier and Type | Method and Description |
---|---|
boolean |
Dependencies.add(Dependency dependency) |
void |
Dependencies.add(int i,
Dependency dependency) |
Dependency |
Dependencies.set(int i,
Dependency dependency) |
Modifier and Type | Method and Description |
---|---|
boolean |
Dependencies.addAll(Collection<? extends Dependency> collection) |
boolean |
Dependencies.addAll(int i,
Collection<? extends Dependency> collection) |
void |
Plugin.setDependencies(List<Dependency> dependencies) |
void |
POM.setDependencies(List<Dependency> dependencies) |
Constructor and Description |
---|
Dependencies(List<Dependency> dependencies) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.