public class AmbitFileFilter extends FileFilter
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
extension |
Constructor and Description |
---|
AmbitFileFilter() |
AmbitFileFilter(String ext,
String description) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(File f) |
File |
changeExtension(File file) |
String |
getDescription() |
static String |
getSuffix(File f) |
static String |
getSuffix(String fname) |
public boolean accept(File f)
accept
in class FileFilter
public String getDescription()
getDescription
in class FileFilter
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.