Class PathHandlerImpl
java.lang.Object
org.talend.sdk.component.runtime.manager.service.path.PathHandlerImpl
- All Implemented Interfaces:
PathHandler
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PathHandlerImpl
public PathHandlerImpl()
-
-
Method Details
-
interpolate
Potentially interpolate or modify part of the path to have a full parsable path for the framework.- Parameters:
path- the value to inspect and eventually modify.- Returns:
- a
Pathwith interpolated elements.
-
exist
Check path existence- Parameters:
path- value to check- Returns:
- null if path do not exist, path otherwise
-
get
- Specified by:
getin interfacePathHandler
-