jar

io.github.dovaleac : stateless4j-yaml-importer

Maven & Gradle

Dec 29, 2019
0 stars

Stateless4j YAML importer · This project reads a YAML file and generates code compatible with the stateless4j library available at https://github.com/oxo42/stateless4j. The yaml represents a state machine; if you have more than one, simply add several state machines and call this plugin several times.

Table Of Contents

Latest Version

Download io.github.dovaleac : stateless4j-yaml-importer JAR file - Latest Versions:

All Versions

Download io.github.dovaleac : stateless4j-yaml-importer JAR file - All Versions:

Version Vulnerabilities Size Updated
1.5.x
1.4.x
1.2.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 stateless4j-yaml-importer-1.5.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.dovaleac.gatherers.methods

├─ com.github.dovaleac.gatherers.methods.MethodGatherer.class - [JAR]

├─ com.github.dovaleac.gatherers.methods.MethodGathererImpl.class - [JAR]

com.github.dovaleac.io

├─ com.github.dovaleac.io.IoService.class - [JAR]

├─ com.github.dovaleac.io.IoServiceImpl.class - [JAR]

├─ com.github.dovaleac.io.ResourceService.class - [JAR]

├─ com.github.dovaleac.io.ResourceServiceImpl.class - [JAR]

com.github.dovaleac.gatherers.state

├─ com.github.dovaleac.gatherers.state.StateGatherer.class - [JAR]

├─ com.github.dovaleac.gatherers.state.StateGathererImpl.class - [JAR]

com.github.dovaleac.gatherers.statemachine.templates

├─ com.github.dovaleac.gatherers.statemachine.templates.OnEntryCalculationParams.class - [JAR]

├─ com.github.dovaleac.gatherers.statemachine.templates.OnEntryTemplateConfig.class - [JAR]

├─ com.github.dovaleac.gatherers.statemachine.templates.OnEntryTemplateSelection.class - [JAR]

├─ com.github.dovaleac.gatherers.statemachine.templates.OnEntryTemplatizer.class - [JAR]

├─ com.github.dovaleac.gatherers.statemachine.templates.OnEntryTemplatizerNoFromNoParams.class - [JAR]

├─ com.github.dovaleac.gatherers.statemachine.templates.OnEntryTemplatizerNoFromWithParams.class - [JAR]

├─ com.github.dovaleac.gatherers.statemachine.templates.OnEntryTemplatizerWithFromNoParams.class - [JAR]

├─ com.github.dovaleac.gatherers.statemachine.templates.OnEntryTemplatizerWithFromWithParams.class - [JAR]

com.github.dovaleac.jackson

├─ com.github.dovaleac.jackson.EventLog.class - [JAR]

├─ com.github.dovaleac.jackson.JacksonService.class - [JAR]

├─ com.github.dovaleac.jackson.OnEntry.class - [JAR]

├─ com.github.dovaleac.jackson.Param.class - [JAR]

├─ com.github.dovaleac.jackson.State.class - [JAR]

├─ com.github.dovaleac.jackson.StateMachine.class - [JAR]

├─ com.github.dovaleac.jackson.States.class - [JAR]

├─ com.github.dovaleac.jackson.Transition.class - [JAR]

├─ com.github.dovaleac.jackson.TriggerWithParameters.class - [JAR]

com.github.dovaleac.exceptions

├─ com.github.dovaleac.exceptions.ValidationException.class - [JAR]

com.github.dovaleac.diagrams

├─ com.github.dovaleac.diagrams.DiagramService.class - [JAR]

├─ com.github.dovaleac.diagrams.PlantUmlDiagramService.class - [JAR]

com.github.dovaleac.domain

├─ com.github.dovaleac.domain.ExecutionConfig.class - [JAR]

├─ com.github.dovaleac.domain.Method.class - [JAR]

├─ com.github.dovaleac.domain.StateConfiguration.class - [JAR]

├─ com.github.dovaleac.domain.Stateless4jImportedClass.class - [JAR]

com.github.dovaleac.jackson.parsed

├─ com.github.dovaleac.jackson.parsed.ParsedClass.class - [JAR]

├─ com.github.dovaleac.jackson.parsed.ParsedParam.class - [JAR]

com.github.dovaleac.substitution

├─ com.github.dovaleac.substitution.Substitutions.class - [JAR]

├─ com.github.dovaleac.substitution.VariableSubstitutionService.class - [JAR]

├─ com.github.dovaleac.substitution.VariableSubstitutionServiceImpl.class - [JAR]

com.github.dovaleac.gatherers.delegate

├─ com.github.dovaleac.gatherers.delegate.DelegateGatherer.class - [JAR]

├─ com.github.dovaleac.gatherers.delegate.DelegateGathererImpl.class - [JAR]

com.github.dovaleac.gatherers.trigger

├─ com.github.dovaleac.gatherers.trigger.TriggerGatherer.class - [JAR]

├─ com.github.dovaleac.gatherers.trigger.TriggerGathererImpl.class - [JAR]

com.github.dovaleac

├─ com.github.dovaleac.FileToGenerate.class - [JAR]

├─ com.github.dovaleac.HelpMojo.class - [JAR]

├─ com.github.dovaleac.MyMojo.class - [JAR]

com.github.dovaleac.gatherers.statemachine

├─ com.github.dovaleac.gatherers.statemachine.StateConfigGatherer.class - [JAR]

├─ com.github.dovaleac.gatherers.statemachine.StateConfigGathererImpl.class - [JAR]

com.github.dovaleac.util

├─ com.github.dovaleac.util.StringUtils.class - [JAR]

com.github.dovaleac.transformers

├─ com.github.dovaleac.transformers.AbstractCodeTransformer.class - [JAR]

├─ com.github.dovaleac.transformers.CodeTransformer.class - [JAR]

Advertisement