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 TypeInterfaceDescriptioninterfaceRepresents a node in therouteswhich is identified by an id.Methods in org.apache.camel with parameters of type LineNumberAwareModifier and TypeMethodDescriptionstatic <T> TLineNumberAware.trySetLineNumberAware(T object, LineNumberAware source) Set theLineNumberAwareif the object is an instance ofLineNumberAware.