Class RemoteRepositoryFactory


  • public final class RemoteRepositoryFactory
    extends java.lang.Object
    Factory for create remote repository provider.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static IRemoteRepository2 create​(java.lang.String type)  
      static java.lang.String detectRepositoryType​(java.lang.String url)
      Tries to detect repository type.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • detectRepositoryType

        public static java.lang.String detectRepositoryType​(java.lang.String url)
        Tries to detect repository type. Used for migrate old projects only.