| Class | Description |
|---|---|
| AssembleTask | Assemble task copies generated source and libaries to assembly directories for use by an iOS application. |
| CycleFinderTask | CycleFinder task checks for memory cycles that can cause memory leaks since iOS doesn't have garbage collection. |
| PackLibrariesTask | Uses 'lipo' binary to combine multiple architecture flavors of a library into a single 'fat' library. |
| TestTask | |
| TranslateTask | Translation task for Java to Objective-C using j2objc tool. |
| Utils | Internal utilities supporting plugin implementation. |
| XcodeTask | Updates the Xcode project with j2objc generated files and resources. |