- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
@Override public String getSimpleWildcardPattern() { return "*." + getSuffix(); }
@Override public String getPattern() { return resourceType.getSuffix(); }
@Override public boolean accept( final Path path ) { return path.getFileName().endsWith( "." + getSuffix() ); } }