Package org.apache.jena.dboe.sys
Class IO_DB
java.lang.Object
org.apache.jena.dboe.sys.IO_DB
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Filestatic LocationasLocation(Path path) static Pathstatic intextractIndex(String name, String namebase, String nameSep) Given a filename in "base-NNNN" format, return the value of NNNNscanForDirByPattern(Path directory, String namebase, String nameSep) Find the files in this directory that have namebase as a prefix and are then numbered.
-
Constructor Details
-
IO_DB
public IO_DB()
-
-
Method Details
-
asLocation
-
asPath
-
asFile
-
scanForDirByPattern
Find the files in this directory that have namebase as a prefix and are then numbered.Returns a sorted list from, low to high index.
-
extractIndex
Given a filename in "base-NNNN" format, return the value of NNNN
-