Uses of Record Class
com.github.sormuras.bach.ExternalModuleLocators
Packages that use ExternalModuleLocators
Package
Description
Provides the classes and interfaces of 🎼 Bach, the Java Shell Builder.
Provides the classes and interfaces of the project-related API.
-
Uses of ExternalModuleLocators in com.github.sormuras.bach
Methods in com.github.sormuras.bach that return ExternalModuleLocatorsModifier and TypeMethodDescriptionGrabber.locators()
Returns the value of thelocators
record component.static ExternalModuleLocators
ExternalModuleLocators.of
(ExternalModuleLocator... locators) ExternalModuleLocators.with
(ExternalModuleLocator locator) Methods in com.github.sormuras.bach with parameters of type ExternalModuleLocatorsConstructors in com.github.sormuras.bach with parameters of type ExternalModuleLocatorsModifierConstructorDescriptionGrabber
(Bach bach, ExternalModuleLocators locators) Creates an instance of aGrabber
record class. -
Uses of ExternalModuleLocators in com.github.sormuras.bach.project
Methods in com.github.sormuras.bach.project that return ExternalModuleLocatorsModifier and TypeMethodDescriptionProjectExternals.locators()
Returns the value of thelocators
record component.Constructors in com.github.sormuras.bach.project with parameters of type ExternalModuleLocatorsModifierConstructorDescriptionProjectExternals
(Set<String> requires, ExternalModuleLocators locators) Creates an instance of aProjectExternals
record class.