Uses of Class
eu.bandm.tools.util.files.SourceHabitats.SourceHabitat
Packages that use SourceHabitats.SourceHabitat
-
Uses of SourceHabitats.SourceHabitat in eu.bandm.tools.util.files
Subclasses of SourceHabitats.SourceHabitat in eu.bandm.tools.util.filesModifier and TypeClassDescriptionprotected class
Represents a source habitat which is a directory in the file system.protected class
Represents a source habitat which points to a directory, relative to the position of a loaded java class.Fields in eu.bandm.tools.util.files declared as SourceHabitats.SourceHabitatModifier and TypeFieldDescription(package private) final SourceHabitats.SourceHabitat
SourceHabitats.FoundSource.habitat
The habitat which was successfully searched.Fields in eu.bandm.tools.util.files with type parameters of type SourceHabitats.SourceHabitatModifier and TypeFieldDescriptionprotected List
<SourceHabitats.SourceHabitat> SourceHabitats.sourceList
List of all habitats to search.Methods in eu.bandm.tools.util.files that return SourceHabitats.SourceHabitatModifier and TypeMethodDescriptionSourceHabitats.FoundSource.getHabitat()
Returns the habitat which was successfully searched.protected @Opt SourceHabitats.SourceHabitat
SourceHabitats.makeHabitat
(String name, @Opt String additionalErrorText) Internal method to check whether the input toSourceHabitats.appendNewHabitat(String,String)
is consistent.Constructors in eu.bandm.tools.util.files with parameters of type SourceHabitats.SourceHabitatModifierConstructorDescriptionFoundSource
(SourceHabitats.SourceHabitat habitat) Only constructor.