List of usage examples for com.google.common.base Platform interface-usage
From source file org.geogit.api.DefaultPlatform.java
/** * Standard platform for GeoGit. */ public class DefaultPlatform implements Platform { private File workingDir;
From source file org.locationtech.geogig.api.DefaultPlatform.java
/** * Standard platform for GeoGig. */ public class DefaultPlatform implements Platform { protected File workingDir;
From source file com.viadeo.kasper.platform.builder.DefaultPlatform.java
public class DefaultPlatform implements Platform { private final CommandGateway commandGateway; private final QueryGateway queryGateway; private final KasperEventBus eventBus; private final MetricRegistry metricRegistry;