Package ghidra.framework.model
Interface DomainFileFilter
- 
 public interface DomainFileFilterInterface to indicate whether a domain file should be included in a list or set of domain files.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(DomainFile df)Tests whether or not the specified domain file should be included in a domain file list.
 
- 
- 
- 
Method Detail- 
acceptboolean accept(DomainFile df) Tests whether or not the specified domain file should be included in a domain file list.- Parameters:
- df- The domain file to be tested
- Returns:
- trueif and only if- df
 
 
- 
 
-