public class ResolveCommand
extends io.vertx.core.spi.launcher.DefaultCommand
| Constructor and Description |
|---|
ResolveCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Executes the command.
|
void |
setCacheLocation(File cache) |
void |
setDirectory(String file) |
void |
setDisableCache(boolean disableCache) |
void |
setDisableCacheForSnapshots(boolean disableCache) |
void |
setFailOnConflict(boolean fail) |
void |
setHttpProxy(String p) |
void |
setHttpsProxy(String p) |
void |
setLocalRepository(String localRepository) |
void |
setRemoteRepositories(List<String> remoteRepositories) |
void |
setStackDescriptor(String file) |
public void setDirectory(String file)
public void setStackDescriptor(String file)
public void setFailOnConflict(boolean fail)
public void setLocalRepository(String localRepository)
public void setHttpProxy(String p)
public void setHttpsProxy(String p)
public void setDisableCache(boolean disableCache)
public void setDisableCacheForSnapshots(boolean disableCache)
public void setCacheLocation(File cache)
public void run()
throws io.vertx.core.cli.CLIException
io.vertx.core.cli.CLIException - if something bad happened during the execution.Copyright © 2016–2019. All rights reserved.