All Downloads are FREE. Search and download functionalities are using the official Maven repository.

vagrant.api.BoxApi Maven / Gradle / Ivy

There is a newer version: 0.2.0
Show newest version
package vagrant.api;

import java.util.Collection;

import vagrant.api.domain.Box;
import vagrant.api.option.BoxAddOptions;

public interface BoxApi {
    public void add(String name, BoxAddOptions options);
    public Collection list();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy