com.redhat.ceylon.model.cmr.Repository Maven / Gradle / Ivy
package com.redhat.ceylon.model.cmr;
/**
* Abstraction over the CMR Repository type
*
* @author Stéphane Épardaud
*/
public interface Repository {
/**
* Returns a display string that represents this Repository
*/
String getDisplayString();
/**
* Returns the name of the repository namespace.
* null
means the default Ceylon namespace.
*/
String getNamespace();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy