public interface IConnectDirToRepositoryCommand
The local directory will reference the repository directory.
| Modifier and Type | Method and Description | 
|---|---|
void | 
execute(org.modelio.vbasic.progress.IModelioProgress aMonitor)
Execute the command. 
 | 
void | 
setAuthData(org.modelio.vbasic.auth.IAuthData authData)
Set the authentication data. 
 | 
void | 
setDirectory(java.io.File dir)  | 
void | 
setElement(MObject element)  | 
void | 
setRepositoryUrl(java.lang.String url)  | 
void setDirectory(java.io.File dir)
void setRepositoryUrl(java.lang.String url)
void setElement(MObject element)
void execute(org.modelio.vbasic.progress.IModelioProgress aMonitor)
      throws CmsException
aMonitor - the progress monitor to use for reporting progress to the user. CmsException - in case of failure.void setAuthData(org.modelio.vbasic.auth.IAuthData authData)
authData - the authentication data.