fr.paris5.shaman.insight.content
Class ImportedResources

java.lang.Object
  |
  +--fr.paris5.shaman.insight.content.ImportableResources
        |
        +--fr.paris5.shaman.insight.content.ImportedResources
All Implemented Interfaces:
java.io.Serializable

public final class ImportedResources
extends ImportableResources

List of imported resources, built out from an ImportableResources instance. This allows keeping the same names, but the ability to add information about eventual errors occured during import.

Version:
$Id: ImportedResources.java,v 1.2 2002/08/07 13:30:53 caillette Exp $
Author:
Laurent Caillette
See Also:
Serialized Form

Field Summary
private  java.util.Hashtable storageURLs
           
 
Fields inherited from class fr.paris5.shaman.insight.content.ImportableResources
problems, resourcePaths
 
Constructor Summary
ImportedResources(ImportableResources original)
           
 
Method Summary
(package private)  void addStorageURL(java.lang.String resourcePath, java.net.URL url)
           
 java.net.URL getStorageURL(java.lang.String resourcePath)
           
 
Methods inherited from class fr.paris5.shaman.insight.content.ImportableResources
addResourcePath, getProblem, getResourcePaths, getResourcePathsWithProblem, hasProblem, setProblem
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

storageURLs

private final java.util.Hashtable storageURLs
Constructor Detail

ImportedResources

public ImportedResources(ImportableResources original)
Method Detail

addStorageURL

void addStorageURL(java.lang.String resourcePath,
                   java.net.URL url)

getStorageURL

public java.net.URL getStorageURL(java.lang.String resourcePath)


Copyright © 2002 Laurent Caillette and l'Université René Descartes, Paris 5. All rights reserved.