org.aksw.commons.util.apache
Class ApacheLogDirectory

java.lang.Object
  extended by org.aksw.commons.util.apache.ApacheLogDirectory

public class ApacheLogDirectory
extends Object


Constructor Summary
ApacheLogDirectory(File dir, Pattern pattern)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApacheLogDirectory

public ApacheLogDirectory(File dir,
                          Pattern pattern)
                   throws IOException
Throws:
IOException
Method Detail

open

public static InputStream open(File file)
                        throws IOException
Throws:
IOException

getIterator

public ApacheLogRangeEntryIterator getIterator(Date low,
                                               Date high,
                                               boolean lowInclusive,
                                               boolean highInclusive)
lowInclusive and highInclusive are ignored if the respective bound in null (unbounded).

Parameters:
low -
lowInclusive -
high -
highInclusive -
Returns:

main

public void main(String[] args)


Copyright © 2012. All Rights Reserved.