Interface SourceLoader


  • public interface SourceLoader
    • Method Detail

      • getSupportedLanguages

        List<String> getSupportedLanguages()
        Provides a list of the languages supported by this loader.
        Returns:
        the supported languages.
      • load

        org.apache.camel.RoutesBuilder load​(Runtime runtime,
                                            Source source)
        Creates a camel RoutesBuilder from the given resource.
        Parameters:
        runtime - the runtime.
        source - the source to load.
        Returns:
        the RoutesBuilder.
        Throws:
        Exception