Uses of Interface
org.scijava.io.location.BrowsableLocation
-
Packages that use BrowsableLocation Package Description org.scijava.io.location -
-
Uses of BrowsableLocation in org.scijava.io.location
Classes in org.scijava.io.location that implement BrowsableLocation Modifier and Type Class Description classFileLocationMethods in org.scijava.io.location that return BrowsableLocation Modifier and Type Method Description BrowsableLocationBrowsableLocation. child(String name)Obtains a location with the given name, for whom this location is the parent.BrowsableLocationBrowsableLocation. parent()Obtains a location pointing to the parent directory of this one.BrowsableLocationBrowsableLocation. sibling(String path)Obtains a location relative to this one, which will be configured like the current location, but point to a the file specified by thepathparameter.Methods in org.scijava.io.location that return types with arguments of type BrowsableLocation Modifier and Type Method Description Set<BrowsableLocation>BrowsableLocation. children()Obtains a collection of locations for whom this location is the parent.Set<BrowsableLocation>FileLocation. children()
-