fr.ifremer.isisfish.vcs
Class VCSFactory
java.lang.Object
fr.ifremer.isisfish.vcs.VCSFactory
public class VCSFactory
- extends Object
Permet de recupere le bon VCS en fonction de la configuration.
- Version:
- $Revision: 3124 $
Last update : $Date: 2010-11-29 19:14:09 +0100 (lun., 29 nov. 2010) $
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 |
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-2011 CodeLutin. All Rights Reserved.