Package com.igormaznitsa.mvngolang.cvs
Class CvsBZR
- java.lang.Object
-
- com.igormaznitsa.mvngolang.cvs.AbstractRepo
-
- com.igormaznitsa.mvngolang.cvs.CvsBZR
-
public class CvsBZR extends AbstractRepo
-
-
Constructor Summary
Constructors Constructor Description CvsBZR()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandoesContainCVS(File folder)booleanprocessCVSRequisites(org.apache.maven.plugin.logging.Log logger, ProxySettings proxy, String customCommand, File cvsFolder, String branchId, String tagId, String revisionId)-
Methods inherited from class com.igormaznitsa.mvngolang.cvs.AbstractRepo
checkResult, execute, getCommand, prepareFolder, processCVSForCustomOptions
-
-
-
-
Method Detail
-
doesContainCVS
public boolean doesContainCVS(@Nonnull File folder)
- Specified by:
doesContainCVSin classAbstractRepo
-
processCVSRequisites
public boolean processCVSRequisites(@Nonnull org.apache.maven.plugin.logging.Log logger, @Nullable ProxySettings proxy, @Nullable String customCommand, @Nonnull File cvsFolder, @Nullable String branchId, @Nullable String tagId, @Nullable String revisionId)
- Specified by:
processCVSRequisitesin classAbstractRepo
-
-