com.debianmirror.mirror.control
Class MirrorControl

java.lang.Object
  |
  +--com.debianmirror.mirror.control.MirrorControl

public class MirrorControl
extends java.lang.Object

The MirrorControl is the connection layer between the view and the actual mirror.

Author:
E01 - Tobias Hertkorn

Constructor Summary
MirrorControl()
          Create a new instance.
 
Method Summary
 MirrorFile getMirrorFile(java.net.URI uRI)
          Returns the MirrorFile from the underlying MirroControlSingleton.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MirrorControl

public MirrorControl()

Create a new instance.
Request an instance of MirrorControlSingleton.

Method Detail

getMirrorFile

public MirrorFile getMirrorFile(java.net.URI uRI)

Returns the MirrorFile from the underlying MirroControlSingleton.

Parameters:
uRI -
Returns:
the MirrorFile or null.


Copyright © 2004, Apt-Got Group