org.formaria.resource
Interface IResourceLoader

All Known Implementing Classes:
ProjectClassLoader, RemoteClassLoader

public interface IResourceLoader

An interface for resource loaders

Copyright (c) Formaria Ltd., 2008

$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