Package org.praxislive.ide.project.spi
Interface LineHandler
- All Superinterfaces:
ElementHandler
A handler for line elements.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA provider of line handlers. -
Method Summary
Methods inherited from interface org.praxislive.ide.project.spi.ElementHandler
process, warnings
-
Method Details
-
rewrite
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
-