Class ExtensionLoader

java.lang.Object
org.immutables.generator.ExtensionLoader

public final class ExtensionLoader extends Object
  • Field Details

    • RESOURCE_SPLITTER

      private static final com.google.common.base.Splitter RESOURCE_SPLITTER
  • Constructor Details

    • ExtensionLoader

      private ExtensionLoader()
  • Method Details

    • findExtensions

      public static com.google.common.base.Supplier<com.google.common.collect.ImmutableSet<String>> findExtensions(String resource)
    • getClasspathResourceText

      private static String getClasspathResourceText(Filer filer, String resourceName) throws IOException
      Throws:
      IOException
    • getClasspathResourceText

      private static String getClasspathResourceText(URL requestURL) throws IOException
      Throws:
      IOException