Class Combine

Object
org.anchoranalysis.bean.AnchorBean<org.anchoranalysis.io.input.bean.files.FilesProvider>
org.anchoranalysis.io.input.bean.files.FilesProvider
org.anchoranalysis.io.input.bean.files.FilesProviderWithoutDirectory
org.anchoranalysis.plugin.io.bean.file.provider.Combine

public class Combine
extends org.anchoranalysis.io.input.bean.files.FilesProviderWithoutDirectory
  • Constructor Summary

    Constructors 
    Constructor Description
    Combine()  
  • Method Summary

    Modifier and Type Method Description
    List<File> create​(org.anchoranalysis.io.input.bean.InputManagerParameters parameters)  
    List<org.anchoranalysis.io.input.bean.files.FilesProvider> getList()  
    void setList​(List<org.anchoranalysis.io.input.bean.files.FilesProvider> list)  

    Methods inherited from class org.anchoranalysis.io.input.bean.files.FilesProviderWithoutDirectory

    rootDirectory

    Methods inherited from class org.anchoranalysis.bean.AnchorBean

    checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • create

      public List<File> create​(org.anchoranalysis.io.input.bean.InputManagerParameters parameters) throws org.anchoranalysis.io.input.file.FilesProviderException
      Specified by:
      create in class org.anchoranalysis.io.input.bean.files.FilesProvider
      Throws:
      org.anchoranalysis.io.input.file.FilesProviderException
    • getList

      public List<org.anchoranalysis.io.input.bean.files.FilesProvider> getList()
    • setList

      public void setList​(List<org.anchoranalysis.io.input.bean.files.FilesProvider> list)