public class InstallBuiltinLfsCommand extends java.lang.Object implements LfsFactory.LfsInstallCommand
Modifier and Type | Field and Description |
---|---|
private static java.lang.String[] |
ARGS_LOCAL |
private static java.lang.String[] |
ARGS_USER |
private Repository |
repository |
Constructor and Description |
---|
InstallBuiltinLfsCommand() |
Modifier and Type | Method and Description |
---|---|
java.lang.Void |
call() |
private StoredConfig |
loadUserConfig() |
LfsFactory.LfsInstallCommand |
setRepository(Repository repo)
Set the repository to install LFS for
|
private static final java.lang.String[] ARGS_USER
private static final java.lang.String[] ARGS_LOCAL
private Repository repository
public java.lang.Void call() throws java.lang.Exception
call
in interface java.util.concurrent.Callable<java.lang.Void>
java.lang.Exception
public LfsFactory.LfsInstallCommand setRepository(Repository repo)
setRepository
in interface LfsFactory.LfsInstallCommand
repo
- the repository to install LFS into locally instead of the user
configurationprivate StoredConfig loadUserConfig() throws java.io.IOException
java.io.IOException