|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.k2js.config.MetaInfServices
public final class MetaInfServices
A helper class to discover a META-INF/services file on the classpath and load the files referenced inside it
| Method Summary | |
|---|---|
static java.io.InputStream |
loadClasspathResource(java.lang.String resourceName)
Tries to load the given resource name on the classpath |
static java.util.List<JetFile> |
loadServicesFiles(java.lang.String metaInfServicesFile,
com.intellij.openapi.project.Project project)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.util.List<JetFile> loadServicesFiles(@NotNull
java.lang.String metaInfServicesFile,
@NotNull
com.intellij.openapi.project.Project project)
public static java.io.InputStream loadClasspathResource(java.lang.String resourceName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||