Class MapFileFilter

java.lang.Object
kieker.analysis.generic.source.file.MapFileFilter
All Implemented Interfaces:
java.io.FilenameFilter

public class MapFileFilter
extends java.lang.Object
implements java.io.FilenameFilter
Map file filter.
Since:
1.15
Author:
Reiner Jung
  • Constructor Summary

    Constructors 
    Constructor Description
    MapFileFilter()
    Create a new file name filter for map files.
  • Method Summary

    Modifier and Type Method Description
    boolean accept​(java.io.File dir, java.lang.String name)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MapFileFilter

      public MapFileFilter()
      Create a new file name filter for map files.
  • Method Details

    • accept

      public boolean accept​(java.io.File dir, java.lang.String name)
      Specified by:
      accept in interface java.io.FilenameFilter