|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbodhidharma.midi_parsing.MIDIFileVerifier
public class MIDIFileVerifier
A holder class for the verifyMIDIFiles method.
Constructor Summary | |
---|---|
MIDIFileVerifier()
|
Method Summary | |
---|---|
static java.lang.String |
verifyMIDIFiles(Recording[] recordings)
Takes in an array of Recording objects. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MIDIFileVerifier()
Method Detail |
---|
public static java.lang.String verifyMIDIFiles(Recording[] recordings)
Recording
objects. Checks that
the file referred to in the path of each object exists at the given
paths.
Returns a String
noting that no problems were encountered
if all the files are found parsed succesfully. If not, returns a string
identifying the files that could not be found, and gives some
information as to the cause of the problem.
Although currently commented out, there is a section of code that can check that each file can be parsed by javax.sound.midi.
recordings
- The set of recordings to be checked.
Recording
,
DefaultMutableTreeNode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |