Uses of Class
com.tagtraum.beatunes.inspection.CallableSolution
-
Packages that use CallableSolution Package Description com.tagtraum.beatunes.inspection Allows the inspection of songs for issues. -
-
Uses of CallableSolution in com.tagtraum.beatunes.inspection
Methods in com.tagtraum.beatunes.inspection that return CallableSolution Modifier and Type Method Description CallableSolutionCapitalizationInspector.DifferentLanguageInputDialogSolution. createCallable(Collection<AudioSong> songs, boolean allowUserInteraction)CallableSolutionDifferentLanguageInspector.DifferentLanguageInputDialogSolution. createCallable(Collection<AudioSong> songs, boolean allowUserInteraction)CallableSolutionDifferentLanguageInspector.DifferentLanguageSolution. createCallable(Collection<AudioSong> songs, boolean allowUserInteraction)CallableSolutionIgnoreIssueSolution. createCallable(Collection<AudioSong> songs, boolean allowUserInteraction)CallableSolutionSolution. createCallable(Collection<AudioSong> selectedSongs, boolean allowUserInteraction)Creates aCallableSolutionthat may be called later to actually apply this solution.Methods in com.tagtraum.beatunes.inspection with parameters of type CallableSolution Modifier and Type Method Description voidCallableSolution. add(CallableSolution otherCallableSolution)Adds another solution to this one, basically combining them.booleanCallableSolution. canAdd(CallableSolution otherCallableSolution)Offers a way to check whether you can combine two tasks into one (this).voidInspection. removeCallableSolution(CallableSolution callableSolution)booleanInspection. submit(CallableSolution callableSolution)Method parameters in com.tagtraum.beatunes.inspection with type arguments of type CallableSolution Modifier and Type Method Description voidInspection. commitCallableSolutions(List<CallableSolution> asyncSolutions)
-