v++
This commit is contained in:
@@ -12,6 +12,10 @@ public class DownloadRepository extends ProcessPass {
|
||||
File dvmHome;
|
||||
File sapforHome;
|
||||
@Override
|
||||
public String getDescription() {
|
||||
return "Загрузка репозитория";
|
||||
}
|
||||
@Override
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
dvmHome = Paths.get(Global.RepoDirectory.getAbsolutePath(),
|
||||
"dvm").toFile();
|
||||
|
||||
Reference in New Issue
Block a user