com.googlecode.android_scripting
Class FeaturedInterpreters

java.lang.Object
  extended by com.googlecode.android_scripting.FeaturedInterpreters

public class FeaturedInterpreters
extends java.lang.Object


Constructor Summary
FeaturedInterpreters()
           
 
Method Summary
static int getInterpreterIcon(Context context, java.lang.String key)
           
static java.lang.String getInterpreterNameForScript(java.lang.String fileName)
           
static java.util.List<java.lang.String> getList()
           
static java.net.URL getUrlForName(java.lang.String name)
           
static boolean isSupported(java.lang.String fileName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeaturedInterpreters

public FeaturedInterpreters()
Method Detail

getList

public static java.util.List<java.lang.String> getList()

getUrlForName

public static java.net.URL getUrlForName(java.lang.String name)

getInterpreterNameForScript

public static java.lang.String getInterpreterNameForScript(java.lang.String fileName)

isSupported

public static boolean isSupported(java.lang.String fileName)

getInterpreterIcon

public static int getInterpreterIcon(Context context,
                                     java.lang.String key)