|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.ifremer.isisfish.vcs.VCSFactory
public class VCSFactory
Permet de recupere le bon VCS en fonction de la configuration.
| Field Summary | |
|---|---|
protected static Properties |
TYPE_ALIASES
|
| Method Summary | |
|---|---|
static VCS |
createPublicVCS(IsisConfig config)
Create VCS to manage community VCS repository. |
static VCS |
createVCS(IsisConfig config)
VCS factory, looking for vcs.type key in config to find vcs class to used. |
protected static VCS |
makeVCSInstance(String classname,
File dataDir,
String protocol,
String host,
String path,
File sshKeyFile,
String login,
String password)
Make CSV instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final Properties TYPE_ALIASES
| Method Detail |
|---|
public static VCS createVCS(IsisConfig config)
VCSNone.
config - config
public static VCS createPublicVCS(IsisConfig config)
config - config
protected static VCS makeVCSInstance(String classname,
File dataDir,
String protocol,
String host,
String path,
File sshKeyFile,
String login,
String password)
classname - class namedataDir - root data dirprotocol - protocolhost - hostpath - pathsshKeyFile - ssh key filelogin - loginpassword - password
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||