| Package | Description |
|---|---|
| com.gurock.smartinspect | |
| com.gurock.smartinspect.connections | |
| com.gurock.smartinspect.connections.builder | |
| com.gurock.smartinspect.protocols |
| Modifier and Type | Field and Description |
|---|---|
static FileRotate |
FileRotate.Daily
Instructs the file protocol to rotate log files daily.
|
static FileRotate |
FileRotate.Hourly
Instructs the file protocol to rotate log files hourly.
|
static FileRotate |
FileRotate.Monthly
Instructs the file protocol to rotate log files monthly.
|
static FileRotate |
FileRotate.None
Completely disables the log rotate functionality.
|
static FileRotate |
FileRotate.Weekly
Instructs the file protocol to rotate log files weekly.
|
| Modifier and Type | Method and Description |
|---|---|
FileRotate |
FileRotater.getMode()
Returns the FileRotate mode of this FileRotater object.
|
FileRotate |
LookupTable.getRotateValue(String key,
FileRotate defaultValue)
Returns a value of an element converted to a FileRotate value for a given key.
|
| Modifier and Type | Method and Description |
|---|---|
FileRotate |
LookupTable.getRotateValue(String key,
FileRotate defaultValue)
Returns a value of an element converted to a FileRotate value for a given key.
|
void |
FileRotater.setMode(FileRotate mode)
Sets the FileRotate mode of this FileRotater object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionsBuilder.addOption(String key,
FileRotate value)
Overloaded method.
|
| Modifier and Type | Method and Description |
|---|---|
FileProtocolConnectionStringBuilder |
FileProtocolConnectionStringBuilder.setRotate(FileRotate rotate) |
CloudProtocolConnectionStringBuilder |
CloudProtocolConnectionStringBuilder.setRotate(FileRotate rotate) |
TextProtocolConnectionStringBuilder |
TextProtocolConnectionStringBuilder.setRotate(FileRotate rotate) |
| Modifier and Type | Method and Description |
|---|---|
protected FileRotate |
Protocol.getRotateOption(String key,
FileRotate defaultValue)
Gets a FileRotate value of a key.
|
| Modifier and Type | Method and Description |
|---|---|
protected FileRotate |
Protocol.getRotateOption(String key,
FileRotate defaultValue)
Gets a FileRotate value of a key.
|
Copyright © 2023. All rights reserved.