Uses of Class
dev.dimlight.maven.plugin.shellcheck.BinaryResolutionMethod
| Package | Description |
|---|---|
| dev.dimlight.maven.plugin.shellcheck |
-
Uses of BinaryResolutionMethod in dev.dimlight.maven.plugin.shellcheck
Methods in dev.dimlight.maven.plugin.shellcheck that return BinaryResolutionMethod Modifier and Type Method Description static BinaryResolutionMethodBinaryResolutionMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BinaryResolutionMethod[]BinaryResolutionMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.dimlight.maven.plugin.shellcheck with parameters of type BinaryResolutionMethod Modifier and Type Method Description java.nio.file.PathBinaryResolver. resolve(BinaryResolutionMethod resolutionMethod)Performs binary resolution.