Interface IOptions
-
- All Known Implementing Classes:
Options
@Immutable public interface IOptionsCreated on 12/07/17.- Author:
- Reda.Housni-Alaoui
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringbaseGenerationPackage()ICodeGeneratorOptionscodeGenerator()ISpecificationGeneratorOptionsspecificationGenerator()
-
-
-
Method Detail
-
baseGenerationPackage
String baseGenerationPackage()
- Returns:
- The base package that will be used to generate all resources
-
specificationGenerator
ISpecificationGeneratorOptions specificationGenerator()
- Returns:
- The specification generator options
-
codeGenerator
ICodeGeneratorOptions codeGenerator()
- Returns:
- The code generator options
-
-