Package | Description |
---|---|
org.scijava.io.location |
Modifier and Type | Class and Description |
---|---|
class |
FileLocation
|
Modifier and Type | Method and Description |
---|---|
BrowsableLocation |
BrowsableLocation.child(String name)
Obtains a location with the given name, for whom this location is the
parent.
|
BrowsableLocation |
BrowsableLocation.parent()
Obtains a location pointing to the parent directory of this one.
|
BrowsableLocation |
BrowsableLocation.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 the
path parameter. |
Modifier and Type | Method and Description |
---|---|
Set<BrowsableLocation> |
FileLocation.children() |
Set<BrowsableLocation> |
BrowsableLocation.children()
Obtains a collection of locations for whom this location is the parent.
|
Copyright © 2015–2022 SciJava. All rights reserved.