public static class ServerProperties.Jetty.Accesslog extends ObjectSE
| 修飾子と型 | クラスと説明 |
|---|---|
static class | ServerProperties.Jetty.Accesslog.FORMATJetty アクセスログのログ形式。 |
| コンストラクターと説明 |
|---|
Accesslog() |
| 修飾子と型 | メソッドと説明 |
|---|---|
StringSE | getCustomFormat() |
StringSE | getFileDateFormat() |
StringSE | getFilename() |
ServerProperties.Jetty.Accesslog.FORMAT | getFormat() |
ListSE<StringSE> | getIgnorePaths() |
int | getRetentionPeriod() |
boolean | isAppend() |
boolean | isEnabled() |
void | setAppend(boolean append) |
void | setCustomFormat(StringSE customFormat) |
void | setEnabled(boolean enabled) |
void | setFileDateFormat(StringSE fileDateFormat) |
void | setFilename(StringSE filename) |
void | setFormat(ServerProperties.Jetty.Accesslog.FORMAT format) |
void | setIgnorePaths(ListSE<StringSE> ignorePaths) |
void | setRetentionPeriod(int retentionPeriod) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic boolean isEnabled()
public void setEnabled(boolean enabled)
public ServerProperties.Jetty.Accesslog.FORMAT getFormat()
public void setFormat(ServerProperties.Jetty.Accesslog.FORMAT format)
public StringSE getCustomFormat()
public void setCustomFormat(StringSE customFormat)
public StringSE getFilename()
public void setFilename(StringSE filename)
public StringSE getFileDateFormat()
public void setFileDateFormat(StringSE fileDateFormat)
public int getRetentionPeriod()
public void setRetentionPeriod(int retentionPeriod)
public boolean isAppend()
public void setAppend(boolean append)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.