public class FormatSelection extends Object
| Constructor and Description |
|---|
FormatSelection() |
FormatSelection(FormatPluginConfig format,
FileSelection selection) |
FormatSelection(FormatPluginConfig format,
List<String> files) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAsFiles() |
FormatPluginConfig |
getFormat() |
FileSelection |
getSelection() |
boolean |
supportDirPruning() |
public FormatSelection()
public FormatSelection(FormatPluginConfig format, List<String> files)
public FormatSelection(FormatPluginConfig format, FileSelection selection)
public FormatPluginConfig getFormat()
public FileSelection getSelection()
public boolean supportDirPruning()
Copyright © 2017 The Apache Software Foundation. All rights reserved.