Class LingvoDSL

    • Constructor Detail

      • LingvoDSL

        public LingvoDSL()
    • Method Detail

      • loadPlugins

        public static void loadPlugins()
        Plugin loader.
      • unloadPlugins

        public static void unloadPlugins()
        Plugin unloader.
      • isSupportedFile

        public final boolean isSupportedFile​(java.io.File file)
        Description copied from interface: IDictionaryFactory
        Determine whether or not the supplied file is supported by this factory. This is intended to be a lightweight check, e.g. looking for a file extension.
        Specified by:
        isSupportedFile in interface IDictionaryFactory
        Parameters:
        file - The file to check
        Returns:
        Whether or not the file is supported