JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
F
G
I
L
R
S
T
A
AnalyticDataDTO
- Class in
com.dlmorais.livelog
DTO for the analytics data.
AnalyticDataDTO(String, Long)
- Constructor for class com.dlmorais.livelog.
AnalyticDataDTO
AnalyticTableAPI
- Class in
com.dlmorais.livelog
API to show analytics grouped information on the opened log file.
AnalyticTableAPI()
- Constructor for class com.dlmorais.livelog.
AnalyticTableAPI
Application
- Class in
com.dlmorais.livelog
Jersey application configuration.
Application()
- Constructor for class com.dlmorais.livelog.
Application
Class constructor loading the package of this class.
C
com.dlmorais.livelog
- package com.dlmorais.livelog
CONTENT_REGEX
- Static variable in class com.dlmorais.livelog.
LiveLogConfig
Cache for the livelog-contentregex web.xml parameter.
CustomGroupAPI
- Class in
com.dlmorais.livelog
API to show grouping information on the opened log file.
CustomGroupAPI()
- Constructor for class com.dlmorais.livelog.
CustomGroupAPI
CustomGroupDTO
- Class in
com.dlmorais.livelog
DTO for custom grouping information.
CustomGroupDTO()
- Constructor for class com.dlmorais.livelog.
CustomGroupDTO
Empty constructor for serialization.
CustomGroupDTO(String, String)
- Constructor for class com.dlmorais.livelog.
CustomGroupDTO
Constructor with all necessary data.
D
DEFAULT_FILE_FILTER
- Static variable in class com.dlmorais.livelog.
LiveLogConfig
Cache for the livelog-defaultfilefilter web.xml parameter.
DownloadAPI
- Class in
com.dlmorais.livelog
API to download a log file.
DownloadAPI()
- Constructor for class com.dlmorais.livelog.
DownloadAPI
F
FileListAPI
- Class in
com.dlmorais.livelog
API to list the available log files.
FileListAPI()
- Constructor for class com.dlmorais.livelog.
FileListAPI
filter(ContainerRequestContext)
- Method in class com.dlmorais.livelog.
SimpleAuthenticationFilter
G
get(String)
- Method in class com.dlmorais.livelog.
AnalyticTableAPI
Returns the data from the log file with name
file
grouped using the regex defined on web.xml.
get()
- Method in class com.dlmorais.livelog.
CustomGroupAPI
Returns the count of each group defined in web.xml.
get(String)
- Method in class com.dlmorais.livelog.
DownloadAPI
Returns a
Response
containing an
InputStream
of the log file with name
file
.
get()
- Method in class com.dlmorais.livelog.
FileListAPI
Returns a
Response
containing a
List
of
String
with the available log file names.
get(String, Integer, Integer)
- Method in class com.dlmorais.livelog.
TailerAPI
Tails the file with name
file
.
getColor()
- Method in class com.dlmorais.livelog.
CustomGroupDTO
getContent()
- Method in class com.dlmorais.livelog.
LogLineDTO
getContentRegex()
- Static method in class com.dlmorais.livelog.
LiveLogConfig
Returns the content regex to get real content on the log files.
getCount()
- Method in class com.dlmorais.livelog.
AnalyticDataDTO
getCount()
- Method in class com.dlmorais.livelog.
CustomGroupDTO
getCustomGroupings()
- Static method in class com.dlmorais.livelog.
LiveLogConfig
Returns a list of the defined groupings at web.xml.
getDefaultFileFilter()
- Static method in class com.dlmorais.livelog.
LiveLogConfig
Returns the default file filter for log files list.
getDefaultFilter()
- Method in class com.dlmorais.livelog.
FileListAPI
Returns a
Response
containing a
String
with the default file list filter.
getLine()
- Method in class com.dlmorais.livelog.
LogLineDTO
getLogDir()
- Static method in class com.dlmorais.livelog.
LiveLogConfig
Returns the directory of the log files.
getLogFilePath(String)
- Static method in class com.dlmorais.livelog.
LiveLogConfig
Returns the path to a log file.
getName()
- Method in class com.dlmorais.livelog.
CustomGroupDTO
getPattern()
- Method in class com.dlmorais.livelog.
AnalyticDataDTO
getRegex()
- Method in class com.dlmorais.livelog.
CustomGroupDTO
getSecureToken()
- Static method in class com.dlmorais.livelog.
LiveLogConfig
Returns the defined secure token.
I
increment()
- Method in class com.dlmorais.livelog.
AnalyticDataDTO
Increment the count on this DTO.
increment()
- Method in class com.dlmorais.livelog.
CustomGroupDTO
Increment the count on this grouping.
L
LiveLogConfig
- Class in
com.dlmorais.livelog
Utility class to get the configurations available to LiveLog.
LiveLogConfig()
- Constructor for class com.dlmorais.livelog.
LiveLogConfig
LOG_DIR
- Static variable in class com.dlmorais.livelog.
LiveLogConfig
Cache for the livelog-logdir web.xml parameter.
login(String)
- Method in class com.dlmorais.livelog.
LoginAPI
Evaluates the secure token and sets the auth session token if valid.
LoginAPI
- Class in
com.dlmorais.livelog
LoginAPI()
- Constructor for class com.dlmorais.livelog.
LoginAPI
loginEnabled()
- Method in class com.dlmorais.livelog.
LoginAPI
LogLineDTO
- Class in
com.dlmorais.livelog
DTO of a log line.
LogLineDTO()
- Constructor for class com.dlmorais.livelog.
LogLineDTO
R
reset()
- Method in class com.dlmorais.livelog.
CustomGroupAPI
Resets the groupings.
S
setColor(String)
- Method in class com.dlmorais.livelog.
CustomGroupDTO
setContent(String)
- Method in class com.dlmorais.livelog.
LogLineDTO
setCount(Long)
- Method in class com.dlmorais.livelog.
AnalyticDataDTO
setCount(Integer)
- Method in class com.dlmorais.livelog.
CustomGroupDTO
setLine(Long)
- Method in class com.dlmorais.livelog.
LogLineDTO
setName(String)
- Method in class com.dlmorais.livelog.
CustomGroupDTO
setPattern(String)
- Method in class com.dlmorais.livelog.
AnalyticDataDTO
setRegex(String)
- Method in class com.dlmorais.livelog.
CustomGroupDTO
SimpleAuthenticationFilter
- Class in
com.dlmorais.livelog
Simple authentication filter that sets an user if cookie llst is received.
SimpleAuthenticationFilter()
- Constructor for class com.dlmorais.livelog.
SimpleAuthenticationFilter
T
TailerAPI
- Class in
com.dlmorais.livelog
API to tail the log file.
TailerAPI()
- Constructor for class com.dlmorais.livelog.
TailerAPI
A
C
D
F
G
I
L
R
S
T
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2017. All rights reserved.