JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.aksw.commons.txn.impl
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)