|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jaudiotagger.test.TestAudioTagger
public class TestAudioTagger
Simple class that will attempt to recusively read all files within a directory, flags errors that occur.
| Nested Class Summary | |
|---|---|
class |
TestAudioTagger.DirFilter
|
| Field Summary | |
|---|---|
private static int |
count
|
private static int |
failed
|
| Constructor Summary | |
|---|---|
TestAudioTagger()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
private void |
scanSingleDir(java.io.File dir)
Recursive function to scan directory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static int count
private static int failed
| Constructor Detail |
|---|
public TestAudioTagger()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
private void scanSingleDir(java.io.File dir)
dir -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||