Package org.pentaho.di.workarounds
Interface ResolvableResource
-
- All Known Implementing Classes:
TextFileInputMeta
,TextFileOutputLegacyMeta
,TextFileOutputMeta
public interface ResolvableResource
This 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 void
resolve()
Resolves resource data elements variables and temporary references.
-