Skip to content

Small wrapper to start/stop and communicate with Heritrix 3.

License

Notifications You must be signed in to change notification settings

hannakoppelaar/heritrix3-wrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov

heritrix3-wrapper

Small wrapper to unzip, start/stop and communicate with Heritrix 3.

Features

  • Unzip and preserve unix permissions.
  • Start H3 and capture exit value and output/error streams.
  • Perform H3 REST API calls and convert result to Java objects using JAXB.
  • XML validation of response data.
  • anypath methods including support for header method request and/or byte range request.

REST API supported and wrapped

EngineResource

  • Exit Java process.
  • Garbage Collect.
  • Re-scan job directory.
  • Create new job.
  • Add job directory.

All of these commands return an engine xml result which is converted to Java objects, with the exception of "Exit Java process" which kills the H3 JVM immediate if all the right conditions are met.

JobResource

  • Status.
  • Copy.
  • Build job configuration.
  • Teardown.
  • Launch.
  • Pause.
  • Unpause.
  • Checkpoint.
  • Terminate.

All of these commands return a job xml result which is converted to Java objects.

ScriptResource

  • Script

XML result convert to Java objects.

Build and Deploy

Deploy snapshot mvn -DskipTests -Dmaven.javadoc.skip=true clean deploy

Release mvn -Darguments='-DskipTests' release:prepare mvn -Darguments='-DskipTests -Dmaven.javadoc.skip=true' release:perform

About

Small wrapper to start/stop and communicate with Heritrix 3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%