public class LoadResult extends Object
| Constructor | Description |
|---|---|
LoadResult() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
String |
getHtmlPath() |
Path of the editable document
|
String |
getResourcesPath() |
Path of the document resources
|
int |
hashCode() |
|
LoadResult |
htmlPath(String htmlPath) |
|
LoadResult |
resourcesPath(String resourcesPath) |
|
void |
setHtmlPath(String htmlPath) |
|
void |
setResourcesPath(String resourcesPath) |
|
String |
toString() |
public LoadResult htmlPath(String htmlPath)
public String getHtmlPath()
public void setHtmlPath(String htmlPath)
public LoadResult resourcesPath(String resourcesPath)
public String getResourcesPath()
public void setResourcesPath(String resourcesPath)
Copyright © 2025. All rights reserved.