Module com.github.sormuras.bach
Package com.github.sormuras.bach.project
Class ModuleLookup.JUnitPlatform
java.lang.Object
com.github.sormuras.bach.project.ModuleLookup.JUnitPlatform
- All Implemented Interfaces:
ModuleLookup
- Direct Known Subclasses:
ModuleLookups.JUnitPlatform_1_7
- Enclosing interface:
- ModuleLookup
Maps well-known JUnit Platform module names to their Maven Central artifacts.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.github.sormuras.bach.project.ModuleLookup
ModuleLookup.JavaFX, ModuleLookup.JUnitJupiter, ModuleLookup.JUnitPlatform, ModuleLookup.LWJGL
-
Constructor Summary
ConstructorsConstructorDescriptionJUnitPlatform(String version)
Constructs a new module searcher with the given version. -
Method Summary
-
Constructor Details
-
JUnitPlatform
Constructs a new module searcher with the given version.- Parameters:
version
- the version
-
-
Method Details
-
lookup
Description copied from interface:ModuleLookup
Returns an optional uniform resource identifier for the given module name.- Specified by:
lookup
in interfaceModuleLookup
- Parameters:
module
- the name of the module to lookup- Returns:
- a string-representation of a uniform resource identifier wrapped in an optional object
-