Package org.omegat.core.team2
Class RemoteRepositoryFactory
- java.lang.Object
-
- org.omegat.core.team2.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.
-
-
-
Method Detail
-
create
public static IRemoteRepository2 create(java.lang.String type)
-
detectRepositoryType
public static java.lang.String detectRepositoryType(java.lang.String url)
Tries to detect repository type. Used for migrate old projects only.
-
-