|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fr.paris5.shaman.insight.content.ImportableResources | +--fr.paris5.shaman.insight.content.ImportedResources
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.
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 |
|
Field Detail |
private final java.util.Hashtable storageURLs
Constructor Detail |
public ImportedResources(ImportableResources original)
Method Detail |
void addStorageURL(java.lang.String resourcePath, java.net.URL url)
public java.net.URL getStorageURL(java.lang.String resourcePath)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |