fr.ifremer.isisfish.vcs
Class VCSFactory

java.lang.Object
  extended by fr.ifremer.isisfish.vcs.VCSFactory

public class VCSFactory
extends Object

Permet de recupere le bon VCS en fonction de la configuration.

Version:
$Revision: 2695 $ Last update : $Date: 2009-10-27 11:38:37 +0100 (mar., 27 oct. 2009) $ By : $Author: chatellier $
Author:
poussin

Method Summary
static VCS createVCS(IsisConfig config)
          VCSNone factory, looking for vcs.type key in config to find vcs class to used.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createVCS

public static VCS createVCS(IsisConfig config)
VCSNone factory, looking for vcs.type key in config to find vcs class to used. If no vcs.type found or is not valid class, use VCSNone.

Parameters:
config -
Returns:
usable VCSNone


Copyright © 1999-2010 CodeLutin. All Rights Reserved.