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

org.openstreetmap.atlas.checks.maproulette.MapRouletteConfiguration Maven / Gradle / Ivy

package org.openstreetmap.atlas.checks.maproulette;

import java.io.Serializable;

import org.apache.commons.lang3.StringUtils;
import org.apache.http.HttpHost;
import org.openstreetmap.atlas.checks.maproulette.data.ProjectConfiguration;
import org.openstreetmap.atlas.exception.CoreException;

/**
 * @author cuthbertm
 * @author mgostintsev
 * @author nachtm
 * @author bbreithaupt
 */
public class MapRouletteConfiguration implements Serializable
{
    private static final int API_KEY_INDEX = 3;
    private static final int NUMBER_OF_COMPONENTS = 4;
    private static final int PORT_INDEX = 1;
    private static final int PROJECT_NAME_INDEX = 2;
    private static final int SERVER_INDEX = 0;
    private static final long serialVersionUID = -1060265212173405828L;
    private static final String DELIMITER = "(?




© 2015 - 2024 Weber Informatics LLC | Privacy Policy