Package | Description |
---|---|
synergynet3.mediadetection | |
synergynet3.mediadetection.mediasearch | |
synergynet3.mediadetection.mediasearch.threads |
Modifier and Type | Method and Description |
---|---|
static MediaDetection.Ordering |
MediaDetection.Ordering.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MediaDetection.Ordering[] |
MediaDetection.Ordering.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.io.File[] |
MediaDetection.searchDirectory(java.lang.String directory,
MediaDetection.SearchType searchType,
int numberToReturn,
MediaDetection.Ordering ordering)
Searches the directory at the given location for file types defined by
the CustomSearchType created from the given extension.
|
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.
|
static java.io.File[] |
MediaDetection.searchDirectory(java.lang.String directory,
java.lang.String[] extensions,
int numberToReturn,
MediaDetection.Ordering ordering)
Searches the directory at the given location for file types defined by
the CustomSearchType created from the given array of extensions.
|
static java.io.File[] |
MediaDetection.searchDirectory(java.lang.String directory,
java.lang.String extension,
int numberToReturn,
MediaDetection.Ordering ordering)
Searches the directory at the given location for file types defined by
the CustomSearchType created from the given extension.
|
void |
MediaDetection.setOrder(MediaDetection.Ordering listenerOrdering)
Sets how any files discovered by this object's listener should be sorted.
|
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.
|