public static class ShenyuConfig.FileConfig
extends java.lang.Object
| Constructor and Description |
|---|
FileConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnabled()
Gets enabled.
|
java.lang.Integer |
getMaxSize()
Gets file max size.
|
void |
setEnabled(boolean enabled)
Sets enabled.
|
void |
setMaxSize(java.lang.Integer maxSize)
Sets file max size.
|
public boolean getEnabled()
public void setEnabled(boolean enabled)
enabled - the enabledpublic java.lang.Integer getMaxSize()
public void setMaxSize(java.lang.Integer maxSize)
maxSize - the file max sizeCopyright © 2024 The Apache Software Foundation. All rights reserved.