public class LogResolverBean extends Object
| Constructor and Description |
|---|
LogResolverBean() |
| Modifier and Type | Method and Description |
|---|---|
ContainerWrapperBean |
getContainerWrapper()
Gets the container wrapper.
|
LogDestination |
getLogDestination(String logType,
String webapp,
boolean context,
boolean root,
String logName,
String logIndex)
Gets the log destination.
|
List<LogDestination> |
getLogDestinations(boolean all)
Gets the log destinations.
|
List<LogDestination> |
getLogSources()
Gets the log sources.
|
List<LogDestination> |
getLogSources(File logFile)
Gets the log sources.
|
List<String> |
getStdoutFiles()
Gets the stdout files.
|
void |
setContainerWrapper(ContainerWrapperBean containerWrapper)
Sets the container wrapper.
|
void |
setStdoutFiles(List<String> stdoutFiles)
Sets the stdout files.
|
public ContainerWrapperBean getContainerWrapper()
public void setContainerWrapper(ContainerWrapperBean containerWrapper)
containerWrapper - the new container wrapperpublic List<String> getStdoutFiles()
@Autowired public void setStdoutFiles(List<String> stdoutFiles)
stdoutFiles - the new stdout filespublic List<LogDestination> getLogDestinations(boolean all)
all - the allpublic List<LogDestination> getLogSources(File logFile)
logFile - the log filepublic List<LogDestination> getLogSources()
public LogDestination getLogDestination(String logType, String webapp, boolean context, boolean root, String logName, String logIndex)
logType - the log typewebapp - the webappcontext - the contextroot - the rootlogName - the log namelogIndex - the log indexCopyright © 2009–2020 psi-probe. All rights reserved.