Uses of Interface
io.github.cdklabs.projen.ObjectFileOptions
-
Packages that use ObjectFileOptions Package Description io.github.cdklabs.projen -
-
Uses of ObjectFileOptions in io.github.cdklabs.projen
Subinterfaces of ObjectFileOptions in io.github.cdklabs.projen Modifier and Type Interface Description interfaceIniFileOptions(experimental) Options forIniFile.interfaceJsonFileOptions(experimental) Options forJsonFile.interfaceTomlFileOptions(experimental) Options forTomlFile.interfaceXmlFileOptions(experimental) Options forXmlFile.interfaceYamlFileOptions(experimental) Options forJsonFile.Classes in io.github.cdklabs.projen that implement ObjectFileOptions Modifier and Type Class Description static classIniFileOptions.Jsii$ProxyAn implementation forIniFileOptionsstatic classJsonFileOptions.Jsii$ProxyAn implementation forJsonFileOptionsstatic classObjectFileOptions.Jsii$ProxyAn implementation forObjectFileOptionsstatic classTomlFileOptions.Jsii$ProxyAn implementation forTomlFileOptionsstatic classXmlFileOptions.Jsii$ProxyAn implementation forXmlFileOptionsstatic classYamlFileOptions.Jsii$ProxyAn implementation forYamlFileOptionsMethods in io.github.cdklabs.projen that return ObjectFileOptions Modifier and Type Method Description ObjectFileOptionsObjectFileOptions.Builder. build()Builds the configured instance.Constructors in io.github.cdklabs.projen with parameters of type ObjectFileOptions Constructor Description ObjectFile(software.constructs.IConstruct scope, String filePath, ObjectFileOptions options)
-