JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.aksw.commons.txn.impl
PathMapper
Contents
Description
Method Summary
Method Details
resolve(Path, T)
Hide sidebar
Show sidebar
Interface PathMapper<T>
Type Parameters:
T
-
public interface
PathMapper<T>
Interface for mapping an entity to a folder w.r.t. a base path.
Author:
raven
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Path
resolve
(
Path
basePath,
T
entity)
Method Details
resolve
Path
resolve
(
Path
basePath,
T
entity)