Package io.micronaut.starter.application
Class Project
java.lang.Object
io.micronaut.starter.application.ProjectIdentifier
io.micronaut.starter.application.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.starter.application.ProjectIdentifier
getName, getPackageName 
- 
Constructor Details
- 
Project
 
 - 
 - 
Method Details
- 
getPackagePath
 - 
getClassName
 - 
getNaturalName
 - 
getPropertyName
 - 
getProperties
 - 
withClassName
A new project wth the given class name.- Parameters:
 className- The class name- Returns:
 - The new project.
 
 
 -