@Value.Immutable public abstract class PluginCache extends Object
| Constructor and Description |
|---|
PluginCache() |
| Modifier and Type | Method and Description |
|---|---|
static PluginCache |
create(File pluginsDir,
boolean offlineViewer) |
abstract com.google.common.collect.ImmutableList<PluginDescriptor> |
pluginDescriptors() |
abstract com.google.common.collect.ImmutableList<File> |
pluginJars() |
public static PluginCache create(File pluginsDir, boolean offlineViewer) throws Exception
Exceptionpublic abstract com.google.common.collect.ImmutableList<PluginDescriptor> pluginDescriptors()
public abstract com.google.common.collect.ImmutableList<File> pluginJars()
Copyright © 2011–2020 Glowroot contributors. All rights reserved.