Uses of Interface
com.tagtraum.beatunes.inspection.Solution
-
Packages that use Solution Package Description com.tagtraum.beatunes.inspection Allows the inspection of songs for issues. -
-
Uses of Solution in com.tagtraum.beatunes.inspection
Methods in com.tagtraum.beatunes.inspection that return Solution Modifier and Type Method Description Solution
CallableSolution. getSolution()
Solution
Inspector. getSolution(String solutionId)
Solution
InspectorCategory. getSolution(String solutionId)
Solution[]
Issue. getSolutions()
Return possible solutions for this issue.Methods in com.tagtraum.beatunes.inspection with parameters of type Solution Modifier and Type Method Description protected void
CallableSolution. setSolution(Solution solution)
Constructors in com.tagtraum.beatunes.inspection with parameters of type Solution Constructor Description CallableSolution(Solution solution, String description, String progressMessage)
Steps is set to -1, i.e.CallableSolution(Solution solution, Collection<AudioSong> songs, String description, String progressMessage, int steps)
-