|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.android_scripting.facade.FacadeConfiguration
public class FacadeConfiguration
Encapsulates the list of supported facades and their construction.
| Method Summary | |
|---|---|
static java.util.List<MethodDescriptor> |
collectMethodDescriptors()
Returns a list of MethodDescriptor objects for all facades. |
static java.util.Map<java.lang.String,MethodDescriptor> |
collectStartEventMethodDescriptors()
|
static java.util.Map<java.lang.String,MethodDescriptor> |
collectStopEventMethodDescriptors()
|
static java.util.List<MethodDescriptor> |
collectSupportedMethodDescriptors()
Returns a list of not deprecated MethodDescriptor objects for facades supported by the
current SDK version. |
static java.util.Collection<java.lang.Class<? extends RpcReceiver>> |
getFacadeClasses()
|
static MethodDescriptor |
getMethodDescriptor(java.lang.String name)
Returns a method by name. |
static int |
getSdkLevel()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static int getSdkLevel()
public static java.util.List<MethodDescriptor> collectMethodDescriptors()
MethodDescriptor objects for all facades.
public static java.util.List<MethodDescriptor> collectSupportedMethodDescriptors()
MethodDescriptor objects for facades supported by the
current SDK version.
public static java.util.Map<java.lang.String,MethodDescriptor> collectStartEventMethodDescriptors()
public static java.util.Map<java.lang.String,MethodDescriptor> collectStopEventMethodDescriptors()
public static MethodDescriptor getMethodDescriptor(java.lang.String name)
public static java.util.Collection<java.lang.Class<? extends RpcReceiver>> getFacadeClasses()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||