jar

com.morethanheroic : java-task-force-core

Maven & Gradle

Aug 03, 2019
2 usages
1 stars

java-task-force-core · Java Task Force (JTF) is a minimalistic batch framework that aims to radically simplify the writing and running of single-instance batch processing applications.

Table Of Contents

Latest Version

Download com.morethanheroic : java-task-force-core JAR file - Latest Versions:

All Versions

Download com.morethanheroic : java-task-force-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.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 java-task-force-core-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.morethanheroic.taskforce.executor.item

├─ com.morethanheroic.taskforce.executor.item.WorkItemProcessor.class - [JAR]

com.morethanheroic.taskforce.executor.task

├─ com.morethanheroic.taskforce.executor.task.TaskExecutor.class - [JAR]

com.morethanheroic.taskforce.generator

├─ com.morethanheroic.taskforce.generator.EnumerationGenerator.class - [JAR]

├─ com.morethanheroic.taskforce.generator.Generator.class - [JAR]

├─ com.morethanheroic.taskforce.generator.IterableGenerator.class - [JAR]

├─ com.morethanheroic.taskforce.generator.IteratorGenerator.class - [JAR]

├─ com.morethanheroic.taskforce.generator.StreamGenerator.class - [JAR]

com.morethanheroic.taskforce.task

├─ com.morethanheroic.taskforce.task.Task.class - [JAR]

com.morethanheroic.taskforce.task.decorator

├─ com.morethanheroic.taskforce.task.decorator.StatisticsDecoratorTask.class - [JAR]

com.morethanheroic.taskforce.executor.context

├─ com.morethanheroic.taskforce.executor.context.JobContext.class - [JAR]

com.morethanheroic.taskforce.executor

├─ com.morethanheroic.taskforce.executor.JobExecutor.class - [JAR]

com.morethanheroic.taskforce.job.builder.domain

├─ com.morethanheroic.taskforce.job.builder.domain.GeneratorStageJobContext.class - [JAR]

├─ com.morethanheroic.taskforce.job.builder.domain.TaskStageJobContext.class - [JAR]

com.morethanheroic.taskforce.sink

├─ com.morethanheroic.taskforce.sink.DiscardingSink.class - [JAR]

├─ com.morethanheroic.taskforce.sink.LoggingSink.class - [JAR]

├─ com.morethanheroic.taskforce.sink.Sink.class - [JAR]

com.morethanheroic.taskforce.job.builder

├─ com.morethanheroic.taskforce.job.builder.JobBuilder.class - [JAR]

├─ com.morethanheroic.taskforce.job.builder.JobFinalPhaseBuilder.class - [JAR]

├─ com.morethanheroic.taskforce.job.builder.JobTaskPhaseBuilder.class - [JAR]

com.morethanheroic.taskforce.job

├─ com.morethanheroic.taskforce.job.Job.class - [JAR]

├─ com.morethanheroic.taskforce.job.SimpleJob.class - [JAR]

com.morethanheroic.taskforce.task.domain

├─ com.morethanheroic.taskforce.task.domain.TaskContext.class - [JAR]

├─ com.morethanheroic.taskforce.task.domain.TaskDescriptor.class - [JAR]

Advertisement