![JAR search and dependency download from the Maven repository](/logo.png)
vagrant.impl.cli.parser.StatusParser Maven / Gradle / Ivy
package vagrant.impl.cli.parser;
import java.io.File;
import java.util.Collection;
import java.util.Map;
import vagrant.api.domain.Machine;
public class StatusParser implements CliParser {
private File path;
public StatusParser(File path) {
this.path = path;
}
@Override
public Machine parse(String out) {
Collection
© 2015 - 2025 Weber Informatics LLC | Privacy Policy