|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FileManagerExtensionHolder
Represents the agent-side file manager extension holder. Extensions can be added along with the id, or root that defines what paths can be handled by the extension. The root should start with a '#'.
| Method Summary | |
|---|---|
void |
addHandler(java.lang.String root,
CustomFileHandler handler)
Adds the custom handler |
void |
removeHandler(java.lang.String root)
Removes the custom handler |
| Method Detail |
|---|
void addHandler(@NotNull
java.lang.String root,
@NotNull
CustomFileHandler handler)
root - the root (should start with a '#')handler - the handler
void removeHandler(@NotNull
java.lang.String root)
root - the root
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||