Uses of Record Class
com.github.sormuras.bach.Configuration.Pathing
Packages that use Configuration.Pathing
Package
Description
Provides the classes and interfaces of 🎼 Bach, the Java Shell Builder.
-
Uses of Configuration.Pathing in com.github.sormuras.bach
Methods in com.github.sormuras.bach that return Configuration.PathingModifier and TypeMethodDescriptionstatic Configuration.Pathing
static Configuration.Pathing
Configuration.Pathing.ofCurrentWorkingDirectory()
final Configuration.Pathing
Bach.path()
Configuration.pathing()
Returns the value of thepathing
record component.Methods in com.github.sormuras.bach with parameters of type Configuration.PathingModifier and TypeMethodDescriptionstatic Configuration
Configuration.of
(Configuration.Pathing pathing, Configuration.Printing printing) Constructors in com.github.sormuras.bach with parameters of type Configuration.PathingModifierConstructorDescriptionConfiguration
(boolean verbose, boolean lenient, int timeout, Configuration.Pathing pathing, Configuration.Printing printing, Configuration.Tooling tooling, Options.ProjectOptions projectOptions) Creates an instance of aConfiguration
record class.