jar

com.morethanheroic : java-task-force-sample-warcparser

Maven & Gradle

Aug 03, 2019
1 stars

java-task-force-sample-warcparser · 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-sample-warcparser JAR file - Latest Versions:

All Versions

Download com.morethanheroic : java-task-force-sample-warcparser 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-sample-warcparser-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.sample.warcparser

├─ com.morethanheroic.taskforce.sample.warcparser.WarcParserApplication.class - [JAR]

com.morethanheroic.taskforce.sample.warcparser.parser.generator

├─ com.morethanheroic.taskforce.sample.warcparser.parser.generator.WarcGenerator.class - [JAR]

com.morethanheroic.taskforce.sample.warcparser.parser.stream

├─ com.morethanheroic.taskforce.sample.warcparser.parser.stream.AvailableInputStream.class - [JAR]

├─ com.morethanheroic.taskforce.sample.warcparser.parser.stream.WarcStreamFactory.class - [JAR]

com.morethanheroic.taskforce.sample.warcparser.parser.domain

├─ com.morethanheroic.taskforce.sample.warcparser.parser.domain.ContentType.class - [JAR]

├─ com.morethanheroic.taskforce.sample.warcparser.parser.domain.Record.class - [JAR]

├─ com.morethanheroic.taskforce.sample.warcparser.parser.domain.RecordType.class - [JAR]

com.morethanheroic.taskforce.sample.warcparser.parser.task

├─ com.morethanheroic.taskforce.sample.warcparser.parser.task.RecordContentTypeFilterTask.class - [JAR]

├─ com.morethanheroic.taskforce.sample.warcparser.parser.task.RecordTypeFilterTask.class - [JAR]

├─ com.morethanheroic.taskforce.sample.warcparser.parser.task.UrlProtocolFilterTask.class - [JAR]

├─ com.morethanheroic.taskforce.sample.warcparser.parser.task.WarcUrlParserTask.class - [JAR]