Uses of Class
tv.hd3g.fflauncher.OutputFilePresencePolicy
-
Packages that use OutputFilePresencePolicy Package Description tv.hd3g.fflauncher -
-
Uses of OutputFilePresencePolicy in tv.hd3g.fflauncher
Methods in tv.hd3g.fflauncher that return OutputFilePresencePolicy Modifier and Type Method Description static OutputFilePresencePolicyOutputFilePresencePolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static OutputFilePresencePolicy[]OutputFilePresencePolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tv.hd3g.fflauncher with parameters of type OutputFilePresencePolicy Modifier and Type Method Description List<File>ConversionTool. getOutputFiles(OutputFilePresencePolicy filterPolicy)Don't need to be executed before, only checks.
-