Class Project
java.lang.Object
io.micronaut.projectgen.core.generator.ProjectIdentifier
io.micronaut.projectgen.core.generator.Project
Project.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwithClassName
(String className) A new project wth the given class name.Methods inherited from class io.micronaut.projectgen.core.generator.ProjectIdentifier
getName, getPackageName
-
Constructor Details
-
Project
-
-
Method Details
-
getPackagePath
- Returns:
- The package path.
-
getClassName
- Returns:
- The class name
-
getNaturalName
- Returns:
- The natural name
-
getPropertyName
- Returns:
- The property name.
-
getProperties
- Returns:
- Project Properties as a Map
-
withClassName
A new project wth the given class name.- Parameters:
className
- The class name- Returns:
- The new project.
-