public class TimerPointSourceGenerator extends Object
| Constructor and Description |
|---|
TimerPointSourceGenerator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
generateFile(String dirName,
org.glassfish.pfl.basic.contain.Pair<String,TimerFactory> description)
Generate a single class which contains:
private fields for Timers and TimerGroups
public accessor methods for Timers and TimerGroups
A public constructor
<init>(TimerFactory) that initializes the
Timer and TimerGroup fields, and the TimerGroup containment. |
public static void generateFile(String dirName, org.glassfish.pfl.basic.contain.Pair<String,TimerFactory> description) throws IOException
<init>(TimerFactory) that initializes the
Timer and TimerGroup fields, and the TimerGroup containment.
dirName - description - IOExceptionCopyright © 2011–2021 Eclipse Foundation. All rights reserved.