fr.ifremer.isisfish.actions
Class VCSAction

java.lang.Object
  extended by fr.ifremer.isisfish.actions.VCSAction

public class VCSAction
extends Object

VCS actions.

Version:
$Revision: 1862 $ Last update: $Date: 2009-02-23 16:42:34 +0100 (lun. 23 févr. 2009) $ by : $Author: chatellier $
Author:
poussin

Field Summary
protected  IsisConfig config
           
 
Constructor Summary
VCSAction(IsisConfig config)
           
 
Method Summary
 void sshCreateKey(boolean force)
           
 void vcsAdd(File... file)
           
 void vcsCommit(File... file)
           
 void vcsRemove(File... file)
           
 void vcsUpdate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

config

protected IsisConfig config
Constructor Detail

VCSAction

public VCSAction(IsisConfig config)
Method Detail

sshCreateKey

public void sshCreateKey(boolean force)
                  throws Exception
Throws:
Exception

vcsUpdate

public void vcsUpdate()
               throws Exception
Throws:
Exception

vcsAdd

public void vcsAdd(File... file)
            throws Exception
Throws:
Exception

vcsRemove

public void vcsRemove(File... file)
               throws Exception
Throws:
Exception

vcsCommit

public void vcsCommit(File... file)
               throws Exception
Throws:
Exception


Copyright © 1999-2010 CodeLutin. All Rights Reserved.