public class InstallBuiltinLfsCommand extends Object implements LfsFactory.LfsInstallCommand
| Constructor and Description | 
|---|
| InstallBuiltinLfsCommand() | 
| Modifier and Type | Method and Description | 
|---|---|
| Void | call() | 
| LfsFactory.LfsInstallCommand | setRepository(Repository repo)Set the repository to install LFS for | 
public Void call() throws IOException, InvalidConfigurationException, InterruptedException
call in interface Callable<Void>IOException - if an I/O error occurs while accessing a git config or
             executing git lfs install in an external processInvalidConfigurationException - if a git configuration is invalidInterruptedException - if the current thread is interrupted while waiting for the
             git lfs install executed in an external processpublic LfsFactory.LfsInstallCommand setRepository(Repository repo)
setRepository in interface LfsFactory.LfsInstallCommandrepo - the repository to install LFS into locally instead of the user
            configurationCopyright © 2020 Eclipse JGit Project. All rights reserved.