You are here

public function JavaService::getJavaPath in Search File Attachments 8

Returns the java path.

Return value

string The java path.

1 call to JavaService::getJavaPath()
JavaService::checkJava in src/JavaService.php
Checks the java path that the java binary can be executed.

File

src/JavaService.php, line 24

Class

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

Namespace

Drupal\search_file_attachments

Code

public function getJavaPath() {
  return $this->javaPath;
}