Uses of Class
de.eacg.ecs.client.Dependency
-
-
Uses of Dependency in de.eacg.ecs.client
Methods in de.eacg.ecs.client that return Dependency Modifier and Type Method Description DependencyDependency.Builder. buildDependency()Methods in de.eacg.ecs.client that return types with arguments of type Dependency Modifier and Type Method Description Set<Dependency>Dependency. getDependencies()List<Dependency>Scan. getDependencies()Methods in de.eacg.ecs.client with parameters of type Dependency Modifier and Type Method Description voidDependency. addDependency(Dependency dependency)Dependency.BuilderDependency.Builder. addDependency(Dependency dependency)static List<Component>Component. from(Dependency dependency)Method parameters in de.eacg.ecs.client with type arguments of type Dependency Modifier and Type Method Description Dependency.BuilderDependency.Builder. addDependencies(Collection<Dependency> dependencies)Constructors in de.eacg.ecs.client with parameters of type Dependency Constructor Description Scan(String project, String module, String moduleId, String branch, String tag, Dependency dependency)Constructor parameters in de.eacg.ecs.client with type arguments of type Dependency Constructor Description Scan(String project, String module, String moduleId, String branch, String tag, List<Dependency> dependencies)
-