org.webdocwf.util.loader.generator
Class GeneratorClassLoader

java.lang.Object
  extended byorg.webdocwf.util.loader.generator.GeneratorClassLoader

public class GeneratorClassLoader
extends java.lang.Object

GeneratorClassLoader class load new files into class loader

Version:
1.0
Author:
Radoslav Dutina

Constructor Summary
GeneratorClassLoader()
           
 
Method Summary
static void addFile(java.io.File f)
          This method adding the file object to class loader
static void addFile(java.lang.String s)
          This methdod adding the file object to class loader
static void addURL(java.net.URL u)
          This method adding the file object to class loader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneratorClassLoader

public GeneratorClassLoader()
Method Detail

addFile

public static void addFile(java.lang.String s)
                    throws java.io.IOException
This methdod adding the file object to class loader

Parameters:
s - defines the string representation of file path
Throws:
java.io.IOException

addFile

public static void addFile(java.io.File f)
                    throws java.io.IOException
This method adding the file object to class loader

Parameters:
f - defines the url of file object
Throws:
java.io.IOException

addURL

public static void addURL(java.net.URL u)
                   throws java.io.IOException
This method adding the file object to class loader

Parameters:
u - defines the url object
Throws:
java.io.IOException


Copyright © 2002-2007 Together - the Workgroup. All Rights Reserved.