- All Superinterfaces:
- ModuleElement.Directive
- Enclosing interface:
- ModuleElement
public static interface ModuleElement.RequiresDirective extends ModuleElement.Directive
A dependency of a module.
- Since:
- 9
- 
Method SummaryModifier and Type Method Description ModuleElementgetDependency()Returns the module that is requiredbooleanisStatic()Returns whether or not this is a static dependency.booleanisTransitive()Returns whether or not this is a transitive dependency.
- 
Method Details- 
isStaticboolean isStatic()Returns whether or not this is a static dependency.- Returns:
- whether or not this is a static dependency
 
- 
isTransitiveboolean isTransitive()Returns whether or not this is a transitive dependency.- Returns:
- whether or not this is a transitive dependency
 
- 
getDependencyModuleElement getDependency()Returns the module that is required- Returns:
- the module that is required
 
 
-