Uses of Class
tv.hd3g.fflauncher.enums.OutputFilePresencePolicy
-
Packages that use OutputFilePresencePolicy Package Description tv.hd3g.fflauncher tv.hd3g.fflauncher.enums -
-
Uses of OutputFilePresencePolicy in tv.hd3g.fflauncher
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. -
Uses of OutputFilePresencePolicy in tv.hd3g.fflauncher.enums
Methods in tv.hd3g.fflauncher.enums 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.
-