Interface ScriptNameAware

All Known Implementing Classes:
ScriptNameAwareReader

public interface ScriptNameAware
Marker interface for various Readers from which a script's name can be obtained.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the script provided by a marked Reader implementation.
  • Method Details

    • getScriptName

      String getScriptName()
      Returns the name of the script provided by a marked Reader implementation.
      Returns:
      the script's name