public class SupportFilesCollector extends Object
It will look for ancillary files having same name but different extension, trying from a set of possible values.
Constructor and Description |
---|
SupportFilesCollector(String[] supportingExtensions) |
Modifier and Type | Method and Description |
---|---|
static SupportFilesCollector |
getCollectorFor(File file)
Gets the support file collector for the given file, or
null if the file type is
not known (the extension will be evaluated in a case insensitive way) |
List<File> |
getSupportFiles(String filePath)
Return supportFiles (if found) for the specified file
|
public SupportFilesCollector(String[] supportingExtensions)
public static SupportFilesCollector getCollectorFor(File file)
null
if the file type is
not known (the extension will be evaluated in a case insensitive way)Copyright © 1996–2022 Geotools. All rights reserved.