added get method for the repository

This commit is contained in:
Sebastian Sdorra
2012-06-16 12:16:09 +02:00
parent f9cb3e0279
commit be877b1d16

View File

@@ -143,6 +143,19 @@ public final class RepositoryService
repository, preProcessorUtil);
}
/**
* Returns the repository of this service.
*
*
* @param repository repository of this service
*
* @return repository of this service
*/
public Repository getRepository()
{
return repository;
}
/**
* Returns true if the command is supported by the repository service.
*