Class Helper

java.lang.Object
org.apache.camel.dsl.java.joor.Helper

public final class Helper extends Object
A helper class allowing to reuse part of the code outside of Camel easily.
  • Method Details

    • determineName

      public static String determineName(org.apache.camel.spi.Resource resource, String content)
      Returns:
      the name of the class according to its location and its source code.
    • determineImports

      public static List<String> determineImports(String content)