Package | Description |
---|---|
com.google.enterprise.connector.util |
Defines utility classes that might be helpful for connector developers.
|
com.google.enterprise.connector.util.testing |
Modifier and Type | Class and Description |
---|---|
class |
SystemClock
Clock implementation that returns System.currentTimeMillis() . |
Modifier and Type | Field and Description |
---|---|
static Clock |
SystemClock.INSTANCE
A
SystemClock instance. |
Modifier and Type | Class and Description |
---|---|
class |
AdjustableClock
An adjustable clock to allow better testing.
|