public class ApacheLogDirectory extends Object
| Constructor and Description |
|---|
ApacheLogDirectory(File dir,
Pattern pattern) |
| Modifier and Type | Method and Description |
|---|---|
ApacheLogRangeEntryIterator |
getIterator(Date low,
Date high,
boolean lowInclusive,
boolean highInclusive)
lowInclusive and highInclusive are ignored if the respective bound in null (unbounded).
|
void |
main(String[] args) |
static InputStream |
open(File file) |
public ApacheLogDirectory(File dir, Pattern pattern) throws IOException
IOExceptionpublic static InputStream open(File file) throws IOException
IOExceptionpublic ApacheLogRangeEntryIterator getIterator(Date low, Date high, boolean lowInclusive, boolean highInclusive)
low - lowInclusive - high - highInclusive - public void main(String[] args)
Copyright © 2015. All rights reserved.