Searched refs:SCCSRepository (Results 1 - 4 of 4) sorted by relevance

/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DSCCSRepositoryTest.java61 * Test of isRepositoryFor method, of class SCCSRepository.
69 SCCSRepository instance = new SCCSRepository();
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DRepositoryFactory.java47 new SCCSRepository(),
H A DRazorRepository.java257 ensureCommand(SCCSRepository.CMD_PROPERTY_KEY,
258 SCCSRepository.CMD_FALLBACK);
283 return (new SCCSRepository()).annotate(sccsFile, revision);
H A DSCCSRepository.java46 public class SCCSRepository extends Repository { class in inherits:Repository
48 Logger.getLogger(SCCSRepository.class.getName());
61 public SCCSRepository() { method in class:SCCSRepository

Completed in 12 milliseconds