Class ApacheLogDirectory

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

public class ApacheLogDirectory extends Object
  • Constructor Details

  • Method Details

    • 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 -
      high -
      lowInclusive -
      highInclusive -
      Returns:
    • main

      public void main(String[] args)