Interface LineHandler

All Superinterfaces:
ElementHandler

public interface LineHandler extends ElementHandler
A handler for line elements.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    A provider of line handlers.
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Optional hook for line handlers to rewrite the script line when the project file is written.

    Methods inherited from interface org.praxislive.ide.project.spi.ElementHandler

    process, warnings
  • Method Details

    • rewrite

      default String rewrite(String line)
      Optional hook for line handlers to rewrite the script line when the project file is written.
      Parameters:
      line - existing line
      Returns:
      rewritten or existing line