@ConfigurationProperties(prefix="endpoints.logfile") public class LogfileMvcEndpoint extends Object implements org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
| Constructor and Description |
|---|
LogfileMvcEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Object> |
available() |
Class<? extends org.springframework.boot.actuate.endpoint.Endpoint> |
getEndpointType() |
String |
getLogfile() |
String |
getPath() |
void |
invoke(javax.servlet.http.HttpServletResponse response) |
boolean |
isEnabled() |
boolean |
isSensitive() |
void |
setEnabled(boolean enabled) |
void |
setLogfile(String logfile) |
void |
setPath(String path) |
void |
setSensitive(boolean sensitive) |
public boolean isSensitive()
isSensitive in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpointpublic String getPath()
getPath in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpointpublic Class<? extends org.springframework.boot.actuate.endpoint.Endpoint> getEndpointType()
getEndpointType in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpointpublic void setLogfile(String logfile)
public String getLogfile()
public void setPath(String path)
public void setSensitive(boolean sensitive)
public void setEnabled(boolean enabled)
public boolean isEnabled()
@RequestMapping(method=GET)
public void invoke(javax.servlet.http.HttpServletResponse response)
throws IOException
IOException@RequestMapping(method=HEAD) @ResponseBody public org.springframework.http.ResponseEntity<Object> available()
Copyright © 2015 codecentric AG. All rights reserved.