public interface FileOpenHandler
LineConvertor
s provided by LineConvertors
.
Module implementing this interface should be marked as providing
org.netbeans.spi.extexecution.open.FileOpenHandler
token.
Modifier and Type | Method and Description |
---|---|
void |
open(FileObject file,
int line)
Opens a file at the given line.
|
void open(@NonNull FileObject file, int line)
file
- the file to openline
- the line of the while which should be make visibleBuilt on December 10 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.