Package io.jenkins.plugins.oak9.utils
Class IacExtensionFilter
- java.lang.Object
-
- io.jenkins.plugins.oak9.utils.IacExtensionFilter
-
- All Implemented Interfaces:
FileFilter
,Serializable
public final class IacExtensionFilter extends Object implements FileFilter, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IacExtensionFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(File file)
Override for accept criteria on FileFilter
-
-
-
Method Detail
-
accept
public boolean accept(File file)
Override for accept criteria on FileFilter- Specified by:
accept
in interfaceFileFilter
- Parameters:
file
- the file to be evaluated- Returns:
- whether the file is accepted or not
-
-