- 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)static JsPlaneDefcreate(String planeName, String modulePath)static JsPlaneDefcreate(String planeName, UriPath modulePath)<T> Output<T>debug(Output<T> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)static JsPlaneDeffromModulePath(String modulePath)static JsPlaneDeffromModulePath(UriPath modulePath)inthashCode()UriPathmodulePath()JsPlaneDefmodulePath(UriPath modulePath)StringplaneName()JsPlaneDefplaneName(String planeName)StringtoString()
-
-
-
Method Detail
-
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 <T> Output<T> debug(Output<T> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
create
public static JsPlaneDef create(String planeName, UriPath modulePath)
-
create
public static JsPlaneDef create(String planeName, String modulePath)
-
fromModulePath
public static JsPlaneDef fromModulePath(UriPath modulePath)
-
fromModulePath
public static JsPlaneDef fromModulePath(String modulePath)
-
-