This information is the return value of the API-A describeRepository request. @author Sandy Payette
describeRepository
124125126127128129130131132133134
public Response describeRepository(Context context, boolean xml) throws ServerException { RepositoryInfo repositoryInfo = null; try { repositoryInfo = m_access.describeRepository(context); if (repositoryInfo != null) { // Repository info obtained.