You are here

public function JavaService::__construct in Search File Attachments 8

Constructor.

File

src/JavaService.php, line 14

Class

JavaService
Service class to define and check the java binary for the tika library.

Namespace

Drupal\search_file_attachments

Code

public function __construct() {
  $this
    ->setJavaPath('java');
}