- 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 JsPlaneDef
copy(String planeName, UriPath modulePath)
static JsPlaneDef
create(String planeName, String modulePath)
static JsPlaneDef
create(String planeName, UriPath modulePath)
<T> Output<T>
debug(Output<T> output)
Writes a developer readable, debug-formatted string representation of this object tooutput
.boolean
equals(Object other)
static JsPlaneDef
fromModulePath(String modulePath)
static JsPlaneDef
fromModulePath(UriPath modulePath)
int
hashCode()
UriPath
modulePath()
JsPlaneDef
modulePath(UriPath modulePath)
String
planeName()
JsPlaneDef
planeName(String planeName)
String
toString()
-
-
-
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:Debug
Writes 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)
-
-