Uses of Class
org.kie.efesto.common.api.model.GeneratedResources
-
Packages that use GeneratedResources Package Description org.kie.efesto.common.api.model org.kie.efesto.common.api.utils -
-
Uses of GeneratedResources in org.kie.efesto.common.api.model
Methods in org.kie.efesto.common.api.model that return types with arguments of type GeneratedResources Modifier and Type Method Description default Map<String,GeneratedResources>EfestoContext. getGeneratedResourcesMap()GetgetGeneratedResourcesMapMethods in org.kie.efesto.common.api.model with parameters of type GeneratedResources Modifier and Type Method Description default voidEfestoContext. addGeneratedResources(String model, GeneratedResources generatedResources)AddGeneratedResourceswith the keymodel -
Uses of GeneratedResources in org.kie.efesto.common.api.utils
Methods in org.kie.efesto.common.api.utils that return GeneratedResources Modifier and Type Method Description static GeneratedResourcesJSONUtils. getGeneratedResourcesObject(String generatedResourcesString)static GeneratedResourcesJSONUtils. getGeneratedResourcesObject(IndexFile indexFile)Methods in org.kie.efesto.common.api.utils with parameters of type GeneratedResources Modifier and Type Method Description static StringJSONUtils. getGeneratedResourcesString(GeneratedResources generatedResources)static voidJSONUtils. writeGeneratedResourcesObject(GeneratedResources toWrite, IndexFile indexFile)
-