Class ResourceRepoImpl
java.lang.Object
org.aksw.commons.txn.impl.ResourceRepoImpl
- All Implemented Interfaces:
ResourceRepository<String>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceRepository<String> createWithUriToPath(Path rootPath) static ResourceRepository<String> createWithUrlEncode(Path rootPath) Create file names by means of urlencoding and prepending a dot ('.')String[]getPathSegments(String name) static String[]stringToPath(String name)
-
Field Details
-
rootPath
-
resToPath
-
-
Constructor Details
-
ResourceRepoImpl
-
-
Method Details
-
getRootPath
- Specified by:
getRootPathin interfaceResourceRepository<String>
-
getPathSegments
- Specified by:
getPathSegmentsin interfaceResourceRepository<String>
-
createWithUriToPath
-
createWithUrlEncode
Create file names by means of urlencoding and prepending a dot ('.') -
stringToPath
-