jar

com.devonfw.cobigen : core-api

Maven & Gradle

Jan 20, 2022
17 usages
34 stars

CobiGen Core - API · A Code-based incremental Generator

Table Of Contents

Latest Version

Download com.devonfw.cobigen : core-api JAR file - Latest Versions:

All Versions

Download com.devonfw.cobigen : core-api JAR file - All Versions:

Version Vulnerabilities Size Updated
2021.12.x
2021.08.x
7.1.x
7.0.x
6.1.x
6.0.x
5.4.x
5.3.x
5.2.x
5.1.x
5.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 core-api-2021.12.006.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.devonfw.cobigen.api.constants

├─ com.devonfw.cobigen.api.constants.BackupPolicy.class - [JAR]

├─ com.devonfw.cobigen.api.constants.ConfigurationConstants.class - [JAR]

├─ com.devonfw.cobigen.api.constants.MavenConstants.class - [JAR]

├─ com.devonfw.cobigen.api.constants.TemplatesJarConstants.class - [JAR]

com.devonfw.cobigen.api

├─ com.devonfw.cobigen.api.CobiGen.class - [JAR]

├─ com.devonfw.cobigen.api.ConfigurationInterpreter.class - [JAR]

├─ com.devonfw.cobigen.api.HealthCheck.class - [JAR]

├─ com.devonfw.cobigen.api.InputInterpreter.class - [JAR]

com.devonfw.cobigen.api.annotation

├─ com.devonfw.cobigen.api.annotation.Activation.class - [JAR]

├─ com.devonfw.cobigen.api.annotation.Cached.class - [JAR]

├─ com.devonfw.cobigen.api.annotation.ExceptionFacade.class - [JAR]

├─ com.devonfw.cobigen.api.annotation.Name.class - [JAR]

├─ com.devonfw.cobigen.api.annotation.ReaderPriority.class - [JAR]

com.devonfw.cobigen.api.extension

├─ com.devonfw.cobigen.api.extension.GeneratorPluginActivator.class - [JAR]

├─ com.devonfw.cobigen.api.extension.InputReader.class - [JAR]

├─ com.devonfw.cobigen.api.extension.MatcherInterpreter.class - [JAR]

├─ com.devonfw.cobigen.api.extension.Merger.class - [JAR]

├─ com.devonfw.cobigen.api.extension.ModelBuilder.class - [JAR]

├─ com.devonfw.cobigen.api.extension.Priority.class - [JAR]

├─ com.devonfw.cobigen.api.extension.TextTemplate.class - [JAR]

├─ com.devonfw.cobigen.api.extension.TextTemplateEngine.class - [JAR]

├─ com.devonfw.cobigen.api.extension.TriggerInterpreter.class - [JAR]

com.devonfw.cobigen.api.exception

├─ com.devonfw.cobigen.api.exception.CobiGenCancellationException.class - [JAR]

├─ com.devonfw.cobigen.api.exception.CobiGenRuntimeException.class - [JAR]

├─ com.devonfw.cobigen.api.exception.InputReaderException.class - [JAR]

├─ com.devonfw.cobigen.api.exception.InvalidConfigurationException.class - [JAR]

├─ com.devonfw.cobigen.api.exception.MergeException.class - [JAR]

├─ com.devonfw.cobigen.api.exception.NotYetSupportedException.class - [JAR]

├─ com.devonfw.cobigen.api.exception.PluginNotAvailableException.class - [JAR]

├─ com.devonfw.cobigen.api.exception.UnknownExpressionException.class - [JAR]

com.devonfw.cobigen.api.util

├─ com.devonfw.cobigen.api.util.CobiGenPaths.class - [JAR]

├─ com.devonfw.cobigen.api.util.ExceptionUtil.class - [JAR]

├─ com.devonfw.cobigen.api.util.JvmUtil.class - [JAR]

├─ com.devonfw.cobigen.api.util.MavenUtil.class - [JAR]

├─ com.devonfw.cobigen.api.util.StringUtil.class - [JAR]

├─ com.devonfw.cobigen.api.util.SystemUtil.class - [JAR]

├─ com.devonfw.cobigen.api.util.TemplatesJarUtil.class - [JAR]

├─ com.devonfw.cobigen.api.util.Tuple.class - [JAR]

com.devonfw.cobigen.api.to

├─ com.devonfw.cobigen.api.to.GenerableArtifact.class - [JAR]

├─ com.devonfw.cobigen.api.to.GenerationReportTo.class - [JAR]

├─ com.devonfw.cobigen.api.to.HealthCheckReport.class - [JAR]

├─ com.devonfw.cobigen.api.to.IncrementTo.class - [JAR]

├─ com.devonfw.cobigen.api.to.MatcherTo.class - [JAR]

├─ com.devonfw.cobigen.api.to.TemplateTo.class - [JAR]

├─ com.devonfw.cobigen.api.to.VariableAssignmentTo.class - [JAR]

Advertisement