Interface MTConnectionFactory
public interface MTConnectionFactory
Factory for creating connections to servers and repositories.
-
Method Summary
Modifier and TypeMethodDescriptionconnectToLocalRepository
(Shell shell, File directory) Connects to a local repository.connectToServer
(Server server) Connects to a server.connectToServerRepository
(MTRepository repository) Connects to a server repository.
-
Method Details
-
connectToLocalRepository
Connects to a local repository. -
connectToServer
Connects to a server. -
connectToServerRepository
Connects to a server repository.
-