public class FileSetUtils
extends java.lang.Object
| Constructor | Description |
|---|---|
FileSetUtils() |
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.List<java.io.File> |
convertFileSetToFiles(org.apache.maven.model.FileSet source) |
Converts a Maven FileSet to a list of File objects.
|
public static java.util.List<java.io.File> convertFileSetToFiles(org.apache.maven.model.FileSet source)
throws java.io.IOException
source - FileSet to convertjava.io.IOException - if an I/O error occurs while trying to find the filesCopyright © 2008–2025 Apache Software Foundation. All rights reserved.