java.lang.Object
com.github.sormuras.bach.project.ModuleLookup.JavaFX
- All Implemented Interfaces:
ModuleLookup
- Enclosing interface:
- ModuleLookup
Maps well-known JavaFX 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
Constructors -
Method Summary
-
Constructor Details
-
JavaFX
Constructs a new module searcher with the given version.- Parameters:
version
- the version
-
JavaFX
Constructs a new module searcher with the given version.- Parameters:
version
- the versionclassifier
- the classifier
-
-
Method Details
-
classifier
- Returns:
- the classifier determined via the
os.name
system property
-
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
-