Uses of Class
gw.lang.reflect.module.Dependency
-
Packages that use Dependency Package Description gw.internal.gosu.module gw.lang.reflect.module -
-
Uses of Dependency in gw.internal.gosu.module
Methods in gw.internal.gosu.module that return types with arguments of type Dependency Modifier and Type Method Description List<Dependency>
Module. getDependencies()
Methods in gw.internal.gosu.module with parameters of type Dependency Modifier and Type Method Description void
Module. addDependency(Dependency d)
void
Module. removeDependency(Dependency d)
Method parameters in gw.internal.gosu.module with type arguments of type Dependency Modifier and Type Method Description void
Module. setDependencies(List<Dependency> newDeps)
-
Uses of Dependency in gw.lang.reflect.module
Methods in gw.lang.reflect.module that return types with arguments of type Dependency Modifier and Type Method Description List<Dependency>
IModule. getDependencies()
Methods in gw.lang.reflect.module with parameters of type Dependency Modifier and Type Method Description void
IModule. addDependency(Dependency dependency)
void
IModule. removeDependency(Dependency d)
Method parameters in gw.lang.reflect.module with type arguments of type Dependency Modifier and Type Method Description void
IModule. setDependencies(List<Dependency> newDeps)
-