Package io.micronaut.projectgen.quarkus
Class QuarkusOptions
java.lang.Object
io.micronaut.projectgen.quarkus.QuarkusOptions
- All Implemented Interfaces:
Options
Micronaut Options.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic QuarkusOptions.Builder
builder()
features()
language()
name()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.projectgen.core.options.Options
artifact, getBuildTool, group, version
-
Method Details
-
javaVersion
- Specified by:
javaVersion
in interfaceOptions
- Returns:
- Java Version
-
name
-
packageName
- Specified by:
packageName
in interfaceOptions
- Returns:
- Project Package name
-
language
-
testFramework
- Specified by:
testFramework
in interfaceOptions
- Returns:
- Test framework
-
buildTools
- Specified by:
buildTools
in interfaceOptions
- Returns:
- Build Tool
-
operatingSystem
- Specified by:
operatingSystem
in interfaceOptions
- Returns:
- Operating System
-
features
-
builder
- Returns:
- A builder
-