public class Options extends Object implements ModelBuilderOptions
| Constructor and Description |
|---|
Options() |
| Modifier and Type | Method and Description |
|---|---|
Options |
exclude(List<String> excludedSections) |
String |
getGeneratorName() |
Options |
include(List<String> includedSections) |
boolean |
isHelp() |
boolean |
isListCodegenTypes() |
boolean |
isListGenerators() |
boolean |
isListSections() |
boolean |
isSectionIncluded(String sectionName) |
void |
setExcludedSections(List<String> excludedSections) |
void |
setIncludedSections(List<String> includedSections) |
public String getGeneratorName()
public boolean isSectionIncluded(String sectionName)
isSectionIncluded in interface ModelBuilderOptionspublic boolean isHelp()
public boolean isListSections()
public boolean isListGenerators()
public boolean isListCodegenTypes()
Copyright © 2019. All rights reserved.