Uses of Class
org.das2.fsm.FileStorageModelNew

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

Uses of FileStorageModelNew in org.das2.fsm
 

Methods in org.das2.fsm that return FileStorageModelNew
static FileStorageModelNew FileStorageModelNew.create(FileSystem root, java.lang.String template)
          creates a FileStorageModel for the given template, which uses: %Y-%m-%dT%H:%M:%S.%{milli}Z"; %Y 4-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 %S 2-digit second %{milli} 3-digit milliseconds
static FileStorageModelNew FileStorageModelNew.create(FileSystem root, java.lang.String template, java.lang.String fieldName, TimeParser.FieldHandler fieldHandler)
          creates a FileStorageModel for the given template, but with a custom FieldHandler and field.
 

Methods in org.das2.fsm with parameters of type FileStorageModelNew
static CacheTag FileStorageModelNew.getCacheTagFor(FileStorageModelNew fsm, DatumRange range, java.io.File[] files)
           
static CacheTag FileStorageModelNew.getCacheTagFor(FileStorageModelNew fsm, DatumRange range, java.lang.String[] names)
           
 

Constructors in org.das2.fsm with parameters of type FileStorageModelNew
FileStorageModelAvailabilityDataSetDescriptor(FileStorageModelNew fsm)
          Creates a new instance of FileStorageModelAvailabilityDataSetDescriptor