info.aduna.autofocus.model
Class RepositoryWrapper

java.lang.Object
  extended by 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)
           
 
Method Summary
 int compareTo(RepositoryWrapper o)
           
 String getId()
           
 org.openrdf.repository.Repository getRepository()
           
 org.openrdf.repository.manager.RepositoryInfo getRepositoryInfo()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepositoryWrapper

public RepositoryWrapper(org.openrdf.repository.Repository repository,
                         org.openrdf.repository.manager.RepositoryInfo repositoryInfo)
Method Detail

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.