Type Params | Return Type | Name and description |
---|---|---|
|
GitRepositoryInfo |
downloadProjectFiles(java.io.File emptyDirectory) Download all files from the selected repository into the path provided |
|
java.awt.Component |
getComponent() A gui component with all the fields needed to perform the downloadProjectFiles(File) operation, such as repository URL, username and password etc. |
|
boolean |
isLocal()
|
|
boolean |
isValidInput() Validates all fields required to download the project files from the remote repository |
Download all files from the selected repository into the path provided
emptyDirectory
- an empty directory to which to download filesA gui component with all the fields needed to perform the downloadProjectFiles(File) operation, such as repository URL, username and password etc.
Validates all fields required to download the project files from the remote repository