net.xoetrope.optional.resources
Interface XResourceLoader

All Known Implementing Classes:
XProjectClassLoader, XRemoteClassLoader

public interface XResourceLoader

An interface for resource loaders

Copyright (c) Xoetrope Ltd., 2002-2004

$Revision: 2.1 $


Method Summary
 boolean setSources(java.lang.String[] sources)
          Set the URIs/file paths/sources for loading files
 

Method Detail

setSources

boolean setSources(java.lang.String[] sources)
Set the URIs/file paths/sources for loading files

Parameters:
sources - An array of sources for inclusion in the search for resources.
Returns:
true to indicate that the sources are setup, false to indicate some failure