Package com.nordstrom.common.file
Interface PathUtils.PathModifier
-
- Enclosing class:
- PathUtils
public static interface PathUtils.PathModifier
Classes that implement this interface are called to supply additional elements for the path returned byPathUtils.ReportsDirectory.getPathForObject(Object)
. This enables the implementing class to partition artifacts based on scenario-specific criteria.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]
getSubPath()
Get scenario-specific path modifier forPathUtils.ReportsDirectory.getPathForObject(Object)
.
-
-
-
Method Detail
-
getSubPath
String[] getSubPath()
Get scenario-specific path modifier forPathUtils.ReportsDirectory.getPathForObject(Object)
.- Returns:
- scenario-specific path modifier
-
-