Package proguard.io
Class DataEntryDirectoryFilter
- java.lang.Object
-
- proguard.io.DataEntryDirectoryFilter
-
- All Implemented Interfaces:
DataEntryFilter
public class DataEntryDirectoryFilter extends java.lang.Object implements DataEntryFilter
ThisDataEntryFilter
filters data entries based on whether they represent directories.
-
-
Constructor Summary
Constructors Constructor Description DataEntryDirectoryFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accepts(DataEntry dataEntry)
Checks whether the filter accepts the given data entry.
-
-
-
Method Detail
-
accepts
public boolean accepts(DataEntry dataEntry)
Description copied from interface:DataEntryFilter
Checks whether the filter accepts the given data entry.- Specified by:
accepts
in interfaceDataEntryFilter
- Parameters:
dataEntry
- the data entry to filter.- Returns:
- a boolean indicating whether the filter accepts the given data entry.
-
-