Class SourceHabitats

java.lang.Object
eu.bandm.tools.util2.SourceHabitats

public class SourceHabitats extends Object
Organizes a collection of places where to look for resources (=input files).
A sequence of SourceHabitats.SourceHabitat is maintained which will be searched for a file, ie. a data source with a certain file name. Currently this can be a SourceHabitats.SourceHabitat_file as a pointer into the file system, or a SourceHabitats.SourceHabitat_resource as a class which cames with "resources", eg. in a ".jar" file.
FIXME: A URL style href search should be added!