Class YaspStabilityList
- java.lang.Object
-
- cern.accsoft.steering.aloha.util.io.AbstractNameList
-
- cern.accsoft.steering.aloha.plugin.traj.read.yasp.YaspStabilityList
-
public class YaspStabilityList extends AbstractNameList
this class represents a file with a list of files and the given filename.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSTABILITY_LIST_FILENAMEthe filename has to be like this!
-
Constructor Summary
Constructors Constructor Description YaspStabilityList(java.io.File file)the constructor, which needs a file, where to read from.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetAllowedFileName()has to be overwritten by subclass to check for a valid Name.-
Methods inherited from class cern.accsoft.steering.aloha.util.io.AbstractNameList
getNames, parse
-
-
-
-
Field Detail
-
STABILITY_LIST_FILENAME
public static final java.lang.String STABILITY_LIST_FILENAME
the filename has to be like this!- See Also:
- Constant Field Values
-
-
Method Detail
-
getAllowedFileName
protected java.lang.String getAllowedFileName()
Description copied from class:AbstractNameListhas to be overwritten by subclass to check for a valid Name.- Specified by:
getAllowedFileNamein classAbstractNameList- Returns:
- the name which is valid for this list.
-
-