info.aduna.autofocus.model
Class RepositoryWrapper
java.lang.Object
info.aduna.autofocus.model.RepositoryWrapper
- All Implemented Interfaces:
- Comparable<RepositoryWrapper>
public class RepositoryWrapper
- extends Object
- implements Comparable<RepositoryWrapper>
- Author:
- Herko ter Horst
|
Constructor Summary |
RepositoryWrapper(org.openrdf.repository.Repository repository,
org.openrdf.repository.manager.RepositoryInfo repositoryInfo)
|
RepositoryWrapper
public RepositoryWrapper(org.openrdf.repository.Repository repository,
org.openrdf.repository.manager.RepositoryInfo repositoryInfo)
getId
public String getId()
getRepository
public org.openrdf.repository.Repository getRepository()
- Returns:
- Returns the repository.
getRepositoryInfo
public org.openrdf.repository.manager.RepositoryInfo getRepositoryInfo()
- Returns:
- Returns the repositoryInfo.
toString
public String toString()
- Overrides:
toString in class Object
compareTo
public int compareTo(RepositoryWrapper o)
- Specified by:
compareTo in interface Comparable<RepositoryWrapper>
Copyright © 1997-2008 Aduna. All Rights Reserved.