Interface VariablesAware

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      <T> T process​(T variables, ClassLoader cl)
      Generic processing method that might be simply returning same instance of variables if no processing is required.
    • Method Detail

      • process

        <T> T process​(T variables,
                      ClassLoader cl)
        Generic processing method that might be simply returning same instance of variables if no processing is required.
        Parameters:
        variables - object that holds varialble(s)
        cl - classloader that shall be used to operate on the variables e.g. project class loader
        Returns: