Package tvbrowser.extras.favoritesplugin.core

Examples of tvbrowser.extras.favoritesplugin.core.ActorSearcher


 
  }

  private boolean actorInProgram(String actor, String programText) {
    try {
      @SuppressWarnings("unused")
      ActorSearcher searcher = new ActorSearcher(actor);
      // currently not possible due to visibility issues
      return searcher.matches(programText);
    } catch (TvBrowserException e) {
      // TODO Auto-generated catch block
      e.printStackTrace();
    }
    return false;
View Full Code Here

TOP

Related Classes of tvbrowser.extras.favoritesplugin.core.ActorSearcher

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.