Uses of Class
dev.dimlight.maven.plugin.shellcheck.Architecture
| Package | Description |
|---|---|
| dev.dimlight.maven.plugin.shellcheck |
-
Uses of Architecture in dev.dimlight.maven.plugin.shellcheck
Methods in dev.dimlight.maven.plugin.shellcheck that return Architecture Modifier and Type Method Description static ArchitectureArchitecture. detect()static ArchitectureArchitecture. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Architecture[]Architecture. 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 Architecture Modifier and Type Method Description java.nio.file.PathPluginPaths. guessUnpackedBinary(java.nio.file.Path fromPath, Architecture arch)Walks the files in fromPath to find what is likely the shellcheck binary.