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