org.qi4j.library.rdf.repository
Interface HttpRepositoryConfiguration

All Superinterfaces:
Composite, ConfigurationComposite, Entity, EntityComposite, Identity

public interface HttpRepositoryConfiguration
extends ConfigurationComposite

JAVADOC Add JavaDoc


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Method Summary
 Property<String> repositoryId()
          The ID of the Repository at the remote Sesame HTTP host.
 Property<String> repositoryUrl()
          The URL of the remote Sesame HTTP Repository.
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type
 

Method Detail

repositoryUrl

@Optional
Property<String> repositoryUrl()
The URL of the remote Sesame HTTP Repository. Default: http://localhost:8183/

Returns:
The configured URL for the remote Sesame HTTP Repository.

repositoryId

@Optional
Property<String> repositoryId()
The ID of the Repository at the remote Sesame HTTP host. Default: qi4j

Returns:
The configured ID at the remote Sesame HTTP host.