Modifier and Type | Method and Description |
---|---|
void |
MediaDetection.addSearchTypeTarget(MediaSearchType mediaSearchType)
Adds a MediaSearchType which will set the file types this object's
affiliated listener will search for.
|
static java.io.File[] |
MediaDetection.searchDirectory(java.lang.String directory,
MediaSearchType[] mediaSearchTypes,
int numberToReturn,
MediaDetection.Ordering ordering)
Searches the directory at the given location for file types defined by
the given MediaSearchTypes.
|
static java.io.File[] |
MediaDetection.searchDirectory(java.lang.String directory,
MediaSearchType mediaSearchType,
int numberToReturn,
MediaDetection.Ordering ordering)
Searches the directory at the given location for file types defined by
the given MediaSearchType.
|
Modifier and Type | Method and Description |
---|---|
static java.io.File[] |
Searcher.searchDirectoryTree(java.io.File file,
MediaSearchType[] mediaSearchTypes,
MediaDetection.Ordering order,
int numberToReturn)
Search directory tree.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchThread.initialize(IMediaSearcher mediaSearcher,
MediaSearchType[] mediaSearchTypes,
MediaDetection.Ordering order,
int numberToReturn)
Initialize.
|
Modifier and Type | Class and Description |
---|---|
class |
AudioSearchType
The Class AudioSearchType.
|
class |
CustomSearchType
The Class CustomSearchType.
|
class |
DocumentSearchType
The Class DocumentSearchType.
|
class |
ImageSearchType
The Class ImageSearchType.
|
class |
SlideshowSearchType
The Class SlideshowSearchType.
|
class |
VideoSearchType
The Class VideoSearchType.
|
class |
WavefrontSearchType
The Class WavefrontSearchType.
|
class |
XMLSearchType
The Class XMLSearchType.
|
Modifier and Type | Class and Description |
---|---|
class |
PTMSearchType
The Class PTMSearchType.
|