vagrant.impl.cli.parser.BoxListParser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vagrant-java-bindings Show documentation
Show all versions of vagrant-java-bindings Show documentation
Wrapper over the CLI Vagrant tool presented in a Java API
package vagrant.impl.cli.parser;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Map;
import vagrant.api.domain.Box;
public class BoxListParser implements CliParser> {
@Override
public Collection parse(String out) {
Collection
© 2015 - 2024 Weber Informatics LLC | Privacy Policy