r346 - trunk/lutinvcs/lutinvcs-api/src/main/java/org/codelutin/vcs
Author: tchemit Date: 2008-04-04 21:22:58 +0000 (Fri, 04 Apr 2008) New Revision: 346 Modified: trunk/lutinvcs/lutinvcs-api/src/main/java/org/codelutin/vcs/VCSHandlerProvider.java Log: refactor provider to act as handler and connexion factory Modified: trunk/lutinvcs/lutinvcs-api/src/main/java/org/codelutin/vcs/VCSHandlerProvider.java =================================================================== --- trunk/lutinvcs/lutinvcs-api/src/main/java/org/codelutin/vcs/VCSHandlerProvider.java 2008-04-04 21:14:37 UTC (rev 345) +++ trunk/lutinvcs/lutinvcs-api/src/main/java/org/codelutin/vcs/VCSHandlerProvider.java 2008-04-04 21:22:58 UTC (rev 346) @@ -15,9 +15,13 @@ package org.codelutin.vcs; /** - * The contract to be realized to provide a {@link VCSHandler}. + * The contract to be realized to provide vcs communication. + * <p/> + * Atcs as a handler and connexion factory. * * @author chemit + * @see VCSHandler + * @see VCSConnexion */ public interface VCSHandlerProvider<H extends VCSHandler, C extends VCSConnexion> {
participants (1)
-
tchemit@users.labs.libre-entreprise.org