@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Plugin")
public class Plugin
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
Plugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
description() |
void |
filename() |
void |
item(int index) |
void |
length() |
void |
name() |
void |
namedItem(java.lang.String name) |
@JsProperty(name="description") @Nonnull public void description()
@JsProperty(name="filename") @Nonnull public void filename()
@JsProperty(name="length") @Nonnull public void length()
@JsProperty(name="name") @Nonnull public void name()
public void namedItem(@Nonnull
java.lang.String name)
public void item(int index)