hirondelle.web4jtools.logview.simpleview
Class SimpleCriteria
Object
hirondelle.web4jtools.logview.simpleview.SimpleCriteria
public final class SimpleCriteria
- extends Object
Model Object for the criteria entered by the user for viewing log files as simple text,
in an unparsed form.
SimpleCriteria
public SimpleCriteria(SafeText aLogFor,
SafeText aSection,
Integer aNumLines,
Integer aRefreshRate)
throws ModelCtorException
- Full constructor.
- Parameters:
aLogFor
- toggle between application logs and server logs (required). See LogFor
.aSection
- either the first or last section of a log file; required only if aNumLines is specified. See Section
.aNumLines
- number of lines to display; required only if aSection is specified; range 1..10,000.aRefreshRate
- frequency in seconds in which to refresh the listing; range 1..600.
- Throws:
ModelCtorException
getNumLines
Integer getNumLines()
getRefreshRate
Integer getRefreshRate()
getSection
Section getSection()
getLogFor
LogFor getLogFor()
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object aThat)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright Hirondelle Systems - Generated 2013Oct19.12.26