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

com.araguacaima.commons.utils.uri.IUriSource Maven / Gradle / Ivy

package com.araguacaima.commons.utils.uri;

/**
 * Created by Alejandro on 09/12/2014.
 */
public interface IUriSource {

    String getUrlBase();

    void setUrlBase(Object urlBase);

    Object getServiceName();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy