![JAR search and dependency download from the Maven repository](/logo.png)
vagrant.impl.cli.parser.BoxListParser Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy