| Constructor and Description |
|---|
DatasetFromWatchedFolder(java.nio.file.Path basePath) |
DatasetFromWatchedFolder(java.nio.file.Path basePath,
com.hp.hpl.jena.query.Dataset dataset) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
static DatasetFromWatchedFolder |
create(java.nio.file.Path basePath) |
static DatasetFromWatchedFolder |
create(String basePathStr) |
com.hp.hpl.jena.query.Dataset |
getDataset() |
static String |
getUri(java.nio.file.Path fullPath) |
void |
init() |
static List<java.nio.file.Path> |
listFilePaths(java.nio.file.Path basePath) |
static void |
main(String[] args) |
void |
processAdd(java.nio.file.Path fullPath) |
void |
processDelete(java.nio.file.Path fullPath) |
void |
run() |
public DatasetFromWatchedFolder(java.nio.file.Path basePath)
public DatasetFromWatchedFolder(java.nio.file.Path basePath, com.hp.hpl.jena.query.Dataset dataset)
public void cancel()
public com.hp.hpl.jena.query.Dataset getDataset()
public static DatasetFromWatchedFolder create(String basePathStr)
public static DatasetFromWatchedFolder create(java.nio.file.Path basePath)
public static List<java.nio.file.Path> listFilePaths(java.nio.file.Path basePath) throws Exception
Exceptionpublic static String getUri(java.nio.file.Path fullPath)
public void processDelete(java.nio.file.Path fullPath)
public void processAdd(java.nio.file.Path fullPath)
Copyright © 2015 Agile Knowledge Engineering and Semantic Web. All Rights Reserved.