JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
io.micronaut.projectgen.core.io
PreviewGenerator
Contents
Description
Method Summary
Method Details
generate(Options)
Hide sidebar
Show sidebar
Interface PreviewGenerator
@DefaultImplementation(io.micronaut.projectgen.core.io.DefaultPreviewGenerator.class)
public interface
PreviewGenerator
API to generate a project preview.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
@NonNull
Map
<
String
,
String
>
generate
(@NonNull
Options
options)
Method Details
generate
@NonNull
@NonNull
Map
<
String
,
String
>
generate
(@NonNull @NonNull
Options
options)
throws
Exception
Parameters:
options
- Project Options
Returns:
Project Preview
Throws:
Exception
- Exception generating preview