public final class AMDRequire
extends Object
| Constructor and Description |
|---|
AMDRequire(String module)
Construct an AMD require for a given module.
|
AMDRequire(String alias,
String module)
Construct an AMD require for a given module.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object)
The semantics for the equality of two
AMDRequire objects are that
they are the same as long as the module is the same, not taking the alias
into account. |
String |
getAlias() |
String |
getModule() |
int |
hashCode() |
public AMDRequire(String module)
VariableUtilpublic AMDRequire(String alias,
String module)
public boolean equals(Object object)
AMDRequire objects are that
they are the same as long as the module is the same, not taking the alias
into account.equals in class Objectpublic String getAlias()
public String getModule()
public int hashCode()
hashCode in class Object