Uses of Class
org.apache.jena.dboe.base.file.Location
-
Packages that use Location Package Description org.apache.jena.dboe.base.file -
-
Uses of Location in org.apache.jena.dboe.base.file
Methods in org.apache.jena.dboe.base.file that return Location Modifier and Type Method Description static LocationLocation. create(java.lang.String directoryName)Return a location for a directory on diskstatic LocationLocation. create(java.nio.file.Path directoryName)Return a location for a directory on diskLocationFileSet. getLocation()LocationLocation. getSubLocation(java.lang.String dirname)static LocationLocation. mem()Return a fresh memory location : always unique, never .equals to another location.static LocationLocation. mem(java.lang.String name)Return a memory location with a nameConstructors in org.apache.jena.dboe.base.file with parameters of type Location Constructor Description FileSet(Location directory, java.lang.String basename)Create a FileSet given Location (directory) and name within the directory
-