Class FileSetOverPathBase
java.lang.Object
org.aksw.jenax.dataaccess.sparql.creator.FileSetOverPathBase
- All Implemented Interfaces:
FileSet
- Direct Known Subclasses:
FileSetOverPathMatcher
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()Override that prevents deletion outside of the base pathstatic voidsafetyCheck(Path path) Prevent placing a database directly in the home or root directory.toString()
-
Field Details
-
basePath
-
-
Constructor Details
-
FileSetOverPathBase
-
-
Method Details
-
safetyCheck
Prevent placing a database directly in the home or root directory. -
getBasePath
-
delete
Override that prevents deletion outside of the base path- Specified by:
deletein interfaceFileSet- Throws:
IOException
-
toString
-