A C G I J R S T V

A

Api01Config - Interface in com.android.jill.api.v01
A configuration implementation for API level 01 of Jill.
Api01TranslationTask - Interface in com.android.jill.api.v01
A task allowing to run Jill once.

C

com.android.jill.api - package com.android.jill.api
 
com.android.jill.api.v01 - package com.android.jill.api.v01
 
ConfigNotSupportedException - Exception in com.android.jill.api
Thrown when the requested Jill configuration for a given API version is not supported.
ConfigNotSupportedException() - Constructor for exception com.android.jill.api.ConfigNotSupportedException
 
ConfigNotSupportedException(String) - Constructor for exception com.android.jill.api.ConfigNotSupportedException
 
ConfigNotSupportedException(String, Throwable) - Constructor for exception com.android.jill.api.ConfigNotSupportedException
 
ConfigNotSupportedException(Throwable) - Constructor for exception com.android.jill.api.ConfigNotSupportedException
 
ConfigurationException - Exception in com.android.jill.api.v01
Thrown when something is wrong in Jill configuration.
ConfigurationException(String) - Constructor for exception com.android.jill.api.v01.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception com.android.jill.api.v01.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for exception com.android.jill.api.v01.ConfigurationException
 
createConfig(Class<T>) - Method in interface com.android.jill.api.JillProvider
Creates a JillConfig instance for an interface representing a JillConfig API version.

G

getSupportedConfigs() - Method in interface com.android.jill.api.JillProvider
Gives a Collection containing supported JillConfig API versions.
getTask() - Method in interface com.android.jill.api.v01.Api01Config
Creates an instance of the Api01TranslationTask according to this configuration.
getTranslatorBuildId() - Method in interface com.android.jill.api.JillProvider
The build ID of this Jill.
getTranslatorReleaseCode() - Method in interface com.android.jill.api.JillProvider
Gives an integer value that represents the release of this Jill, relative to other releases.
getTranslatorReleaseName() - Method in interface com.android.jill.api.JillProvider
Gives the release name of this Jill (e.g.
getTranslatorSourceCodeBase() - Method in interface com.android.jill.api.JillProvider
Identify the source code base of this Jill.
getTranslatorSubReleaseCode() - Method in interface com.android.jill.api.JillProvider
Gives an integer value that represents the sub-release of this Jill, relative to other sub-releases of the same release.
getTranslatorSubReleaseKind() - Method in interface com.android.jill.api.JillProvider
Gives the kind of sub-release of this Jill.
getTranslatorVersion() - Method in interface com.android.jill.api.JillProvider
Gives the version of this Jill, summarized in one string (e.g.

I

isConfigSupported(Class<T>) - Method in interface com.android.jill.api.JillProvider
Returns whether an interface representing a JillConfig API version is supported.

J

JillConfig - Interface in com.android.jill.api
Allows to set a configuration for Jill.
JillProvider - Interface in com.android.jill.api
Provides instances of JillConfig.
JillProvider.SubReleaseKind - Enum in com.android.jill.api
The kind of sub-release.

R

run() - Method in interface com.android.jill.api.v01.Api01TranslationTask
Runs the translation task.

S

setDebugInfo(boolean) - Method in interface com.android.jill.api.v01.Api01Config
Sets whether debug info should be emitted.
setInputJavaBinaryFile(File) - Method in interface com.android.jill.api.v01.Api01Config
Sets jar file to apply the Jill translation onto.
setOutputJackFile(File) - Method in interface com.android.jill.api.v01.Api01Config
Sets the file where the output Jack library will be written.
setVerbose(boolean) - Method in interface com.android.jill.api.v01.Api01Config
Sets verbosity mode.

T

TranslationException - Exception in com.android.jill.api.v01
A fatal problem that caused Jill to abort the translation.
TranslationException() - Constructor for exception com.android.jill.api.v01.TranslationException
 
TranslationException(String) - Constructor for exception com.android.jill.api.v01.TranslationException
 
TranslationException(String, Throwable) - Constructor for exception com.android.jill.api.v01.TranslationException
 
TranslationException(Throwable) - Constructor for exception com.android.jill.api.v01.TranslationException
 

V

valueOf(String) - Static method in enum com.android.jill.api.JillProvider.SubReleaseKind
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.android.jill.api.JillProvider.SubReleaseKind
Returns an array containing the constants of this enum type, in the order they are declared.

A C G I J R S T V