com.debianmirror.mirror.module
Class MirrorModule

java.lang.Object
  |
  +--com.debianmirror.mirror.module.MirrorModule

public class MirrorModule
extends java.lang.Object

The MirrorModule represents one configured module
The basic idea is to have one module per RemoteDebianServer.
This will get extended, so that all known mirrors of this RemoteDebianServer will be represented by this module.

Author:
Tobias Hertkorn

Constructor Summary
MirrorModule()
           
 
Method Summary
 MirrorFile getMirrorfile(java.net.URI uRI)
          Asks the MirrorFilePool for the MirrorFile representing the URI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MirrorModule

public MirrorModule()
Method Detail

getMirrorfile

public MirrorFile getMirrorfile(java.net.URI uRI)

Asks the MirrorFilePool for the MirrorFile representing the URI

Parameters:
uRI - the URI to search for.
Returns:
the MirrorFile returned by the MirrorPool


Copyright © 2004, Apt-Got Group