Uses of Class
org.das2.fsm.FileStorageModel

Packages that use FileStorageModel
org.das2.fsm fsm contains objects that model files that are stored in a FileSystem with the filename parametric in time. 
 

Uses of FileStorageModel in org.das2.fsm
 

Methods in org.das2.fsm that return FileStorageModel
static FileStorageModel FileStorageModel.create(FileSystem root, java.lang.String template)
          %Y 4-digit year %y 2-digit year %m 2-digit month %d 2-digit day of month %j 3-digit day of year %H 2-digit hour %M 2-digit minute %b month name
static FileStorageModel FileStorageModel.create(FileSystem root, java.lang.String regex, int[] digitList)
           
 

Constructors in org.das2.fsm with parameters of type FileStorageModel
FileStorageModel(FileStorageModel parent, FileSystem root, java.lang.String regex, FileStorageModel.FieldHandler[] handlers)