public class SmoothFacesLoader
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
load(@NotNull java.net.URL url,
@NotNull SmoothFaces smoothFaces,
@NotNull ErrorView errorView)
Loads a smooth file.
|
public static void load(@NotNull @NotNull java.net.URL url, @NotNull @NotNull SmoothFaces smoothFaces, @NotNull @NotNull ErrorView errorView)
url
- the URL to read fromsmoothFaces
- the smooth faces to updateerrorView
- the error view for reporting errors