Uses of Enum Class
dev.dimlight.maven.plugin.shellcheck.Architecture
Packages that use Architecture
-
Uses of Architecture in dev.dimlight.maven.plugin.shellcheck
Methods in dev.dimlight.maven.plugin.shellcheck that return ArchitectureModifier and TypeMethodDescriptionstatic ArchitectureArchitecture.detect()Detects the current architecture on which the plugin is being run.static ArchitectureReturns the enum constant of this class with the specified name.static Architecture[]Architecture.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.dimlight.maven.plugin.shellcheck with parameters of type ArchitectureModifier and TypeMethodDescriptionstatic PathBinaryResolver.guessUnpackedBinary(Path fromPath, Architecture arch) Walks the files in fromPath to find what is likely the shellcheck binary.