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 Detail

      • getScriptName

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