public class FileList extends Object
Modifier and Type | Field and Description |
---|---|
private List<File> |
fileList |
private String |
title |
private static String |
TITLE |
Constructor and Description |
---|
FileList(File file,
String defaultTitle)
Creates a FileListUtils by reading a file containing a file list.
|
FileList(List<File> files,
String title) |
private String title
private static final String TITLE
public FileList(File file, String defaultTitle) throws IOException
file
- The file to read.defaultTitle
- The title to be used if the file does not contain a title.IOException
public void write(File file) throws IOException
IOException
public String getTitle()
public void setTitle(String title)
Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.