- java.lang.Object
-
- swim.js.JsPlaneDef
-
-
Constructor Summary
Constructors Constructor Description JsPlaneDef(String planeName, UriPath modulePath)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JsPlaneDefcopy(String planeName, UriPath modulePath)voiddebug(Output<?> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)static JsPlaneDeffrom(String planeName, String modulePath)static JsPlaneDeffrom(String planeName, UriPath modulePath)static JsPlaneDeffromModulePath(String modulePath)static JsPlaneDeffromModulePath(UriPath modulePath)inthashCode()UriPathmodulePath()JsPlaneDefmodulePath(UriPath modulePath)StringplaneName()JsPlaneDefplaneName(String planeName)StringtoString()
-
-
-
Method Detail
-
from
public static JsPlaneDef from(String planeName, UriPath modulePath)
-
from
public static JsPlaneDef from(String planeName, String modulePath)
-
fromModulePath
public static JsPlaneDef fromModulePath(UriPath modulePath)
-
fromModulePath
public static JsPlaneDef fromModulePath(String modulePath)
-
planeName
public JsPlaneDef planeName(String planeName)
-
modulePath
public final UriPath modulePath()
-
modulePath
public JsPlaneDef modulePath(UriPath modulePath)
-
copy
protected JsPlaneDef copy(String planeName, UriPath modulePath)
-
debug
public void debug(Output<?> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
-