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

com.xellitix.commons.api.ResourceReferenceFactory Maven / Gradle / Ivy

package com.xellitix.commons.api;

import java.net.URI;

/**
 * {@link ResourceReference} factory.
 *
 * @author Grayson Kuhns
 */
public interface ResourceReferenceFactory {

  /**
   * Creates a {@link ResourceReference}.
   *
   * @param id The resource ID.
   * @param uri The resource URI.
   * @return The {@link ResourceReference}.
   */
  ResourceReference create(Long id, URI uri);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy