Package org.immutables.generator
Class ExtensionLoader
java.lang.Object
org.immutables.generator.ExtensionLoader
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.google.common.base.Splitter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.common.base.Supplier<com.google.common.collect.ImmutableSet<String>> findExtensions(String resource) private static StringgetClasspathResourceText(URL requestURL) private static StringgetClasspathResourceText(Filer filer, String resourceName)
-
Field Details
-
RESOURCE_SPLITTER
private static final com.google.common.base.Splitter RESOURCE_SPLITTER
-
-
Constructor Details
-
ExtensionLoader
private ExtensionLoader()
-
-
Method Details
-
findExtensions
-
getClasspathResourceText
- Throws:
IOException
-
getClasspathResourceText
- Throws:
IOException
-