Module io.inverno.tool.buildtools
Package io.inverno.tool.buildtools
Class ModuleInfo.ProvidesDirective
java.lang.Object
io.inverno.tool.buildtools.ModuleInfo.ProvidesDirective
- Enclosing class:
ModuleInfo
Represents a provides directive in a module descriptor.
- Since:
- 1.4
- Author:
- Jeremy Kuhn
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCreates a blank provides directive.ProvidesDirective
(String typeName, List<String> with) Creates a provides directive. -
Method Summary
-
Field Details
-
typeName
The type of the service provided by the module. -
with
The implementation types in the module providing the service.
-
-
Constructor Details
-
ProvidesDirective
public ProvidesDirective()Creates a blank provides directive.
-
ProvidesDirective
Creates a provides directive.
- Parameters:
typeName
- the type of the service provided by the modulewith
- the types in the module providing the service
-
-
Method Details