public interface ICreateConnectionParameters
The implementation may choose to ask questions to the user by using dialog boxes.
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
acceptCleanWorkingCopy(java.io.File workingCopy)
Asks to clean the existing working copy content. 
 | 
boolean | 
acceptInitialImport(java.lang.String name)
The repository contains a project, ask for replacement of the
 project content by the repository 
 | 
boolean | 
acceptRepositoryInitialization()
The repository is empty, ask for repository initialization from the project. 
 | 
java.lang.String | 
getPassword()  | 
java.lang.String | 
getRepositoryURL()  | 
MObject | 
getRoot()  | 
java.lang.String | 
getUser()  | 
MObject getRoot()
java.lang.String getRepositoryURL()
java.lang.String getUser()
java.lang.String getPassword()
boolean acceptCleanWorkingCopy(java.io.File workingCopy)
workingCopy - the working copy path.boolean acceptRepositoryInitialization()
boolean acceptInitialImport(java.lang.String name)
name - the project name in the repository, to be compared to the root node name.