Package org.trellisldp.dropwizard.app
Class TrellisServiceBundler
- java.lang.Object
-
- org.trellisldp.app.BaseServiceBundler
-
- org.trellisldp.dropwizard.app.TrellisServiceBundler
-
- All Implemented Interfaces:
ServiceBundler
public class TrellisServiceBundler extends BaseServiceBundler
A triplestore-based service bundler for Trellis.This service bundler implementation is used with a Dropwizard-based application. It combines a Triplestore-based resource service along with file-based binary and memento storage. RDF processing is handled with Apache Jena.
-
-
Constructor Summary
Constructors Constructor Description TrellisServiceBundler(org.trellisldp.dropwizard.app.AppConfiguration config, io.dropwizard.setup.Environment environment)
Create a new application service bundler.
-
Method Summary
-
Methods inherited from class org.trellisldp.app.BaseServiceBundler
getAuditService, getBinaryService, getConstraintServices, getEventService, getIOService, getMementoService, getResourceService, getTimemapGenerator
-
-
-
-
Constructor Detail
-
TrellisServiceBundler
public TrellisServiceBundler(org.trellisldp.dropwizard.app.AppConfiguration config, io.dropwizard.setup.Environment environment)
Create a new application service bundler.- Parameters:
config
- the application configurationenvironment
- the dropwizard environment
-
-