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

com.redhat.ceylon.model.cmr.Repository Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
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