public class JSTarget extends Object
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getInterface() |
Collection<JSTarget> |
getJSInterfaceDependencies() |
JSMethod |
getJSMethod(String methodName,
Object... arguments) |
String |
getName() |
ExecutionResolver |
getResolver() |
Collection<String> |
getSourceDependencies() |
boolean |
isInstallable() |
String |
toString() |
public JSTarget(Class<?> jsInterface)
public Class<?> getInterface()
public String getName()
public Collection<String> getSourceDependencies()
public Collection<JSTarget> getJSInterfaceDependencies()
public boolean isInstallable()
public ExecutionResolver getResolver()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.