com.evolution.player.core.media.search
Interface ISearchPattern

All Known Subinterfaces:
IMediaSearchPattern, IStringSearchPattern

public interface ISearchPattern

A search pattern contains information required for a search type to perform a search. Each search type specifies which information it expects in the search pattern.

Clients must not implement.

Since:
0.5
See Also:
SearchType, SearchProvider

Method Summary
 SearchType getType()
          The type of the search to perform.
 

Method Detail

getType

SearchType getType()
The type of the search to perform.

Returns:
the type of the search to perform.