Uses of Interface
org.apache.camel.LineNumberAware
Packages that use LineNumberAware
-
Uses of LineNumberAware in org.apache.camel
Subinterfaces of LineNumberAware in org.apache.camelModifier and TypeInterfaceDescriptioninterface
Represents a node in theroutes
which is identified by an id.Methods in org.apache.camel with parameters of type LineNumberAwareModifier and TypeMethodDescriptionstatic <T> T
LineNumberAware.trySetLineNumberAware
(T object, LineNumberAware source) Set theLineNumberAware
if the object is an instance ofLineNumberAware
.