Class ServerProperties.Undertow.Accesslog
- java.lang.Object
- org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
- Enclosing class:
- ServerProperties.Undertow
public static class ServerProperties.Undertow.Accesslog extends Object
Constructor Summary
Constructors Constructor Description Accesslog()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilegetDir()BooleangetEnabled()StringgetPattern()StringgetPrefix()StringgetSuffix()booleanisRotate()voidsetDir(File dir)voidsetEnabled(Boolean enabled)voidsetPattern(String pattern)voidsetPrefix(String prefix)voidsetRotate(boolean rotate)voidsetSuffix(String suffix)
Constructor Detail
Accesslog
public Accesslog()
Method Detail
getEnabled
public Boolean getEnabled()
setEnabled
public void setEnabled(Boolean enabled)
getPattern
public String getPattern()
setPattern
public void setPattern(String pattern)
isRotate
public boolean isRotate()
setRotate
public void setRotate(boolean rotate)