java.lang.Object
org.talend.sdk.component.runtime.manager.service.path.PathHandlerImpl
All Implemented Interfaces:
PathHandler

public class PathHandlerImpl extends Object implements PathHandler
  • Constructor Details

  • Method Details

    • interpolate

      protected Path interpolate(String path)
      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 Path with interpolated elements.
    • exist

      protected Path exist(Path path)
      Check path existence
      Parameters:
      path - value to check
      Returns:
      null if path do not exist, path otherwise
    • get

      public Path get(String path)
      Specified by:
      get in interface PathHandler