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

    Modifier and Type Method Description
    boolean doesContainCVS​(java.io.File folder)  
    boolean processCVSRequisites​(org.apache.maven.plugin.logging.Log logger, ProxySettings proxy, java.lang.String customCommand, java.io.File cvsFolder, java.lang.String branchId, java.lang.String tagId, java.lang.String revisionId)  

    Methods inherited from class com.igormaznitsa.mvngolang.cvs.AbstractRepo

    checkResult, execute, getCommand, prepareFolder, processCVSForCustomOptions

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • doesContainCVS

      public boolean doesContainCVS​(@Nonnull java.io.File folder)
      Specified by:
      doesContainCVS in class AbstractRepo
    • processCVSRequisites

      public boolean processCVSRequisites​(@Nonnull org.apache.maven.plugin.logging.Log logger, @Nullable ProxySettings proxy, @Nullable java.lang.String customCommand, @Nonnull java.io.File cvsFolder, @Nullable java.lang.String branchId, @Nullable java.lang.String tagId, @Nullable java.lang.String revisionId)
      Specified by:
      processCVSRequisites in class AbstractRepo