org.openrdf.concepts.doap
Interface Repository

All Superinterfaces:
DoapResource, Entity, Resource
All Known Subinterfaces:
ArchRepository, BKRepository, CVSRepository, SVNRepository

public interface Repository
extends DoapResource

Source code repository.


Method Summary
 Set<Object> getDoapAnonRoots()
          Repository for anonymous access.
 Set<Object> getDoapBrowses()
          Web browser interface to repository.
 Set<Object> getDoapLocations()
          Location of a repository.
 void setDoapAnonRoots(Set<?> value)
          Repository for anonymous access.
 void setDoapBrowses(Set<?> value)
          Web browser interface to repository.
 void setDoapLocations(Set<?> value)
          Location of a repository.
 
Methods inherited from interface org.openrdf.concepts.doap.DoapResource
getDoapCreated, getDoapDescription, getDoapLicenses, getDoapNames, getDoapShortdescs, setDoapCreated, setDoapDescription, setDoapLicenses, setDoapNames, setDoapShortdescs
 
Methods inherited from interface org.openrdf.concepts.rdfs.Resource
getRdfsComment, getRdfsIsDefinedBy, getRdfsLabel, getRdfsMembers, getRdfsSeeAlso, getRdfTypes, getRdfValues, setRdfsComment, setRdfsIsDefinedBy, setRdfsLabel, setRdfsMembers, setRdfsSeeAlso, setRdfTypes, setRdfValues
 
Methods inherited from interface org.openrdf.elmo.Entity
getElmoManager, getQName
 

Method Detail

getDoapAnonRoots

Set<Object> getDoapAnonRoots()
Repository for anonymous access.


setDoapAnonRoots

void setDoapAnonRoots(Set<?> value)
Repository for anonymous access.


getDoapBrowses

Set<Object> getDoapBrowses()
Web browser interface to repository.


setDoapBrowses

void setDoapBrowses(Set<?> value)
Web browser interface to repository.


getDoapLocations

Set<Object> getDoapLocations()
Location of a repository.


setDoapLocations

void setDoapLocations(Set<?> value)
Location of a repository.



Copyright © 2004-2008 Aduna. All Rights Reserved.