jar

com.reprezen.genflow : genflow-api

Maven & Gradle

Jul 24, 2019
22 usages
10 stars

GenFlow API · RepreZen GenFlow API

Table Of Contents

Latest Version

Download com.reprezen.genflow : genflow-api JAR file - Latest Versions:

All Versions

Download com.reprezen.genflow : genflow-api JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x
1.3.x
1.2.x
1.1.x
1.0.x
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window genflow-api-1.4.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.reprezen.genflow.api.util

├─ com.reprezen.genflow.api.util.Eval.class - [JAR]

├─ com.reprezen.genflow.api.util.FileUtils.class - [JAR]

├─ com.reprezen.genflow.api.util.GenLogSupport.class - [JAR]

├─ com.reprezen.genflow.api.util.GeneratorLauncher.class - [JAR]

├─ com.reprezen.genflow.api.util.GeneratorProperties.class - [JAR]

├─ com.reprezen.genflow.api.util.Strings.class - [JAR]

├─ com.reprezen.genflow.api.util.TypeUtils.class - [JAR]

com.reprezen.genflow.api.loadability

├─ com.reprezen.genflow.api.loadability.AbstractLoadabilityTester.class - [JAR]

├─ com.reprezen.genflow.api.loadability.LoadabilityTester.class - [JAR]

com.modelsolv.reprezen.generators.api.util

├─ com.modelsolv.reprezen.generators.api.util.GeneratorLauncher.class - [JAR]

com.reprezen.genflow.api.template

├─ com.reprezen.genflow.api.template.AbstractDynamicGenerator.class - [JAR]

├─ com.reprezen.genflow.api.template.AbstractGenTemplate.class - [JAR]

├─ com.reprezen.genflow.api.template.FakeGenTemplateContext.class - [JAR]

├─ com.reprezen.genflow.api.template.GenTemplate.class - [JAR]

├─ com.reprezen.genflow.api.template.GenTemplateContext.class - [JAR]

├─ com.reprezen.genflow.api.template.GenTemplateDependencies.class - [JAR]

├─ com.reprezen.genflow.api.template.GenTemplateDependency.class - [JAR]

├─ com.reprezen.genflow.api.template.GenTemplateInfo.class - [JAR]

├─ com.reprezen.genflow.api.template.GenTemplateProperty.class - [JAR]

├─ com.reprezen.genflow.api.template.GenTemplateRegistry.class - [JAR]

├─ com.reprezen.genflow.api.template.IDynamicGenerator.class - [JAR]

├─ com.reprezen.genflow.api.template.IGenTemplate.class - [JAR]

├─ com.reprezen.genflow.api.template.IGenTemplateContext.class - [JAR]

├─ com.reprezen.genflow.api.template.IGenTemplateGroup.class - [JAR]

com.reprezen.genflow.api.outputitem

├─ com.reprezen.genflow.api.outputitem.AbstractOutputItem.class - [JAR]

├─ com.reprezen.genflow.api.outputitem.IOutputItem.class - [JAR]

com.reprezen.genflow.api.source

├─ com.reprezen.genflow.api.source.AbstractLocator.class - [JAR]

├─ com.reprezen.genflow.api.source.AbstractSource.class - [JAR]

├─ com.reprezen.genflow.api.source.FileSource.class - [JAR]

├─ com.reprezen.genflow.api.source.ILocator.class - [JAR]

├─ com.reprezen.genflow.api.source.ISource.class - [JAR]

com.reprezen.genflow.api.trace

├─ com.reprezen.genflow.api.trace.GenTemplateTrace.class - [JAR]

├─ com.reprezen.genflow.api.trace.GenTemplateTraceBuilder.class - [JAR]

├─ com.reprezen.genflow.api.trace.GenTemplateTraceItem.class - [JAR]

├─ com.reprezen.genflow.api.trace.GenTemplateTraceSerializer.class - [JAR]

├─ com.reprezen.genflow.api.trace.GenTemplateTraceSourceItem.class - [JAR]

├─ com.reprezen.genflow.api.trace.GenTemplateTraceUtils.class - [JAR]

├─ com.reprezen.genflow.api.trace.GenTemplateTraces.class - [JAR]

com.reprezen.genflow.api

├─ com.reprezen.genflow.api.GenerationException.class - [JAR]

com.reprezen.genflow.api.template.config

├─ com.reprezen.genflow.api.template.config.DynamicGeneratorConfig.class - [JAR]

├─ com.reprezen.genflow.api.template.config.GenTargetConfigUtil.class - [JAR]

├─ com.reprezen.genflow.api.template.config.GenTemplateConfig.class - [JAR]

├─ com.reprezen.genflow.api.template.config.NamedSourceConfig.class - [JAR]

├─ com.reprezen.genflow.api.template.config.OutputItemConfig.class - [JAR]

├─ com.reprezen.genflow.api.template.config.ParameterConfig.class - [JAR]

├─ com.reprezen.genflow.api.template.config.PrerequisiteConfig.class - [JAR]

├─ com.reprezen.genflow.api.template.config.PrimarySourceConfig.class - [JAR]

├─ com.reprezen.genflow.api.template.config.StaticResourceConfig.class - [JAR]

com.reprezen.genflow.api.target

├─ com.reprezen.genflow.api.target.CircularDependenciesException.class - [JAR]

├─ com.reprezen.genflow.api.target.GenTarget.class - [JAR]

├─ com.reprezen.genflow.api.target.GenTargetBuilder.class - [JAR]

├─ com.reprezen.genflow.api.target.GenTargetNamedSource.class - [JAR]

├─ com.reprezen.genflow.api.target.GenTargetParameter.class - [JAR]

├─ com.reprezen.genflow.api.target.GenTargetPrerequisite.class - [JAR]

├─ com.reprezen.genflow.api.target.GenTargetPrimarySource.class - [JAR]

├─ com.reprezen.genflow.api.target.GenTargetUtils.class - [JAR]

├─ com.reprezen.genflow.api.target.GenTemplateNotFoundException.class - [JAR]

├─ com.reprezen.genflow.api.target.IncorrectGenTargetException.class - [JAR]

├─ com.reprezen.genflow.api.target.ParameterUtils.class - [JAR]

com.reprezen.genflow.api.template.builders

├─ com.reprezen.genflow.api.template.builders.BuilderBase.class - [JAR]

├─ com.reprezen.genflow.api.template.builders.BuilderUtil.class - [JAR]

├─ com.reprezen.genflow.api.template.builders.DynamicGeneratorBuilder.class - [JAR]

├─ com.reprezen.genflow.api.template.builders.NamedBuilderBase.class - [JAR]

├─ com.reprezen.genflow.api.template.builders.NamedSourceBuilder.class - [JAR]

├─ com.reprezen.genflow.api.template.builders.OutputItemBuilder.class - [JAR]

├─ com.reprezen.genflow.api.template.builders.ParameterBuilder.class - [JAR]

├─ com.reprezen.genflow.api.template.builders.PrerequisiteBuilder.class - [JAR]

├─ com.reprezen.genflow.api.template.builders.PrimarySourceBuilder.class - [JAR]

├─ com.reprezen.genflow.api.template.builders.PropertyBuilder.class - [JAR]

├─ com.reprezen.genflow.api.template.builders.StaticResourceBuilder.class - [JAR]

Advertisement

Dependencies from Group

Jul 24, 2019
22 usages
10 stars
Jul 24, 2019
15 usages
10 stars
Jul 24, 2019
10 usages
9 stars
Jul 24, 2019
10 usages
9 stars
Jul 24, 2019
7 usages
9 stars

Discover Dependencies

Jun 06, 2015
21 usages
28 stars
May 30, 2012
5 usages
Jul 24, 2015
33 usages
Aug 16, 2019
19 usages
1 stars
Apr 27, 2018
53 usages
260 stars
Jul 17, 2023
30 usages
755 stars
Jun 20, 2023
93 usages
8.4k stars
Aug 03, 2018
17 usages
Feb 20, 2017
9 usages
3 stars