p2p.simulator
Class ProtocolLoader

java.lang.Object
  extended by p2p.simulator.ProtocolLoader

public class ProtocolLoader
extends java.lang.Object


Constructor Summary
ProtocolLoader()
           
 
Method Summary
static void addFile(java.io.File f)
           
static void addFile(java.lang.String s)
           
static void addURL(java.net.URL u)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtocolLoader

public ProtocolLoader()
Method Detail

addFile

public static void addFile(java.lang.String s)
                    throws java.io.IOException
Throws:
java.io.IOException

addFile

public static void addFile(java.io.File f)
                    throws java.io.IOException
Throws:
java.io.IOException

addURL

public static void addURL(java.net.URL u)