public interface Editor
| Modifier and Type | Method and Description |
|---|---|
void |
open(List<String> files) |
void |
run() |
void |
setRestricted(boolean restricted) |
void open(List<String> files) throws IOException
IOExceptionvoid run() throws IOException
IOExceptionvoid setRestricted(boolean restricted)
Copyright © 2020. All rights reserved.