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

com.structurizr.component.url.UrlStrategy Maven / Gradle / Ivy

package com.structurizr.component.url;

import com.structurizr.component.Type;

/**
 * Provides a way customise how component URLs are generated.
 */
public interface UrlStrategy {

    String urlOf(Type type);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy