Class 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.String STABILITY_LIST_FILENAME
      the 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.String getAllowedFileName()
      has to be overwritten by subclass to check for a valid Name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • YaspStabilityList

        public YaspStabilityList​(java.io.File file)
        the constructor, which needs a file, where to read from.
        Parameters:
        file -
    • Method Detail

      • getAllowedFileName

        protected java.lang.String getAllowedFileName()
        Description copied from class: AbstractNameList
        has to be overwritten by subclass to check for a valid Name.
        Specified by:
        getAllowedFileName in class AbstractNameList
        Returns:
        the name which is valid for this list.