Package org.pentaho.di.workarounds
Interface ResolvableResource
-
- All Known Implementing Classes:
TextFileInputMeta,TextFileOutputLegacyMeta,TextFileOutputMeta
public interface ResolvableResourceThis interface represents a resource that contains data elements with variables, relative paths etc that have to be resolved before this resource could be used.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidresolve()Resolves resource data elements variables and temporary references.
-