Uses of Enum Class
io.quarkus.devtools.project.SourceType
Packages that use SourceType
-
Uses of SourceType in io.quarkus.devtools.commands
Methods in io.quarkus.devtools.commands with parameters of type SourceTypeModifier and TypeMethodDescriptionstatic voidCreateProjectHelper.addSourceTypeExtensions(Set<String> extensions, SourceType sourceType) -
Uses of SourceType in io.quarkus.devtools.project
Methods in io.quarkus.devtools.project that return SourceTypeModifier and TypeMethodDescriptionstatic SourceTypeSourceType.resolve(Collection<String> extensions) static SourceTypeReturns the enum constant of this class with the specified name.static SourceType[]SourceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.devtools.project with parameters of type SourceTypeModifier and TypeMethodDescriptionstatic StringJavaVersion.computeJavaVersion(SourceType sourceType, String inputJavaVersion)