public interface GlowrootAgentInit
| Modifier and Type | Method and Description |
|---|---|
void |
awaitClose() |
void |
close() |
void |
init(File pluginsDir,
List<File> confDirs,
File logDir,
File tmpDir,
File glowrootJarFile,
Map<String,String> properties,
Instrumentation instrumentation,
PreCheckLoadedClasses.PreCheckClassFileTransformer preCheckClassFileTransformer,
String glowrootVersion,
Closeable agentDirLockCloseable) |
void |
initConfigForTests() |
void |
resetConfigForTests() |
@OnlyUsedByTests void awaitClose() throws Exception
Exception@OnlyUsedByTests void close() throws Exception
Exceptionvoid init(File pluginsDir, List<File> confDirs, File logDir, File tmpDir, File glowrootJarFile, Map<String,String> properties, Instrumentation instrumentation, PreCheckLoadedClasses.PreCheckClassFileTransformer preCheckClassFileTransformer, String glowrootVersion, Closeable agentDirLockCloseable) throws Exception
Exception@OnlyUsedByTests void initConfigForTests() throws Exception
Exception@OnlyUsedByTests void resetConfigForTests() throws Exception
ExceptionCopyright © 2011–2020 Glowroot contributors. All rights reserved.