ISourceTextService

public interface ISourceTextService

Interface for retrieving text of resources.

Methods

text

String text(FileObject resource)

Retrieves the text for given resource.

Parameters:
  • resource – Resource to retrieve text for.
Returns:

Text for given resource.