Class AbstractFilesListBuilder
- java.lang.Object
-
- dev.aherscu.qa.s3.publisher.maven.plugin.config.AbstractFilesListBuilder
-
- Direct Known Subclasses:
ConstrainedFilesListBuilder
,IncludedFilesListBuilder
public abstract class AbstractFilesListBuilder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>
excludes
protected Map<String,ManagedFile>
fileMap
protected File
inputDirectory
protected Map<String,Metadata>
metadataMap
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<String>
getMatchingFilesNames(String pattern)
protected Metadata
getMetadata(Bind bind)
-
-
-
Method Detail
-
getMatchingFilesNames
protected List<String> getMatchingFilesNames(String pattern) throws IOException
- Throws:
IOException
-
-