Class ModuleInfoReader.Requires
java.lang.Object
io.avaje.spi.internal.ModuleInfoReader.Requires
- Enclosing class:
ModuleInfoReader
A dependency of a module.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the module that is required.boolean
isStatic()
Returns whether or not this is a static dependency.boolean
Returns whether or not this is a transitive dependency.
-
Constructor Details
-
Requires
-
-
Method Details
-
isStatic
public boolean isStatic()Returns whether or not this is a static dependency.- Returns:
- whether or not this is a static dependency
-
isTransitive
public boolean isTransitive()Returns whether or not this is a transitive dependency.- Returns:
- whether or not this is a transitive dependency
-
getDependency
Returns the module that is required.- Returns:
- the module that is required
-