Package gnu.expr

Class ModuleManager


  • public class ModuleManager
    extends Object
    A database of known modules as represented by ModuleInfo. Currently there is only a single global instance of ModuleManager; in the future each different "application" may have their own.
    • Field Detail

      • evalClassPrefix

        public String evalClassPrefix
      • LAST_MODIFIED_CACHE_TIME

        public static final long LAST_MODIFIED_CACHE_TIME
        See Also:
        Constant Field Values
      • lastModifiedCacheTime

        public long lastModifiedCacheTime
        Number of milliseconds before we re-check file's modified time.
    • Constructor Detail

      • ModuleManager

        public ModuleManager()