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

bt.tracker.TrackerFactory Maven / Gradle / Ivy

There is a newer version: 1.10
Show newest version
package bt.tracker;

/**
 * Creates tracker clients.
 *
 * @since 1.0
 */
public interface TrackerFactory {

    /**
     * Create a client for the tracker, identified by its' URL
     *
     * @param trackerUrl String representation of the tracker's URL
     * @return Tracker client
     * @since 1.0
     */
    Tracker getTracker(String trackerUrl);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy