Uses of Class
adams.flow.control.AbstractDataContainerFileChecker.FileInfo
-
Packages that use AbstractDataContainerFileChecker.FileInfo Package Description adams.flow.control -
-
Uses of AbstractDataContainerFileChecker.FileInfo in adams.flow.control
Fields in adams.flow.control with type parameters of type AbstractDataContainerFileChecker.FileInfo Modifier and Type Field Description protected Hashtable<File,AbstractDataContainerFileChecker.FileInfo>
AbstractDataContainerFileChecker. m_BlackListFinal
the final blacklist.protected Hashtable<File,AbstractDataContainerFileChecker.FileInfo>
AbstractDataContainerFileChecker. m_BlackListTemp
the temporary blacklist.Methods in adams.flow.control with parameters of type AbstractDataContainerFileChecker.FileInfo Modifier and Type Method Description protected void
AbstractDataContainerFileChecker. logExpired(File file, AbstractDataContainerFileChecker.FileInfo info, Date expired)
Logs the expired file.
-