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

com.github.rauberprojects.client.context.Context Maven / Gradle / Ivy

package com.github.rauberprojects.client.context;

import com.github.rauberprojects.client.model.Uber;
import com.github.rauberprojects.client.profile.Profile;

import java.util.Collection;

public interface Context {
    Uber getUber();
    Collection getActiveProfiles();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy