Package org.apache.hop.resource
Interface IResourceXmlPropertyEmitter
-
public interface IResourceXmlPropertyEmitter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetExtraResourceProperties(IResourceHolder ref, int indention)Allows injection of additional relevant properties in the to-xml of the Resource Reference.
-
-
-
Method Detail
-
getExtraResourceProperties
String getExtraResourceProperties(IResourceHolder ref, int indention)
Allows injection of additional relevant properties in the to-xml of the Resource Reference.- Parameters:
ref- The Resource Reference Holder (a transform, or a action)indention- If -1, then no indenting, otherwise, it's the indent level to indent the XML strings- Returns:
- String of injected XML
-
-