net.jangaroo.exml.tools
Class ExtAsApiGenerator

java.lang.Object
  extended by net.jangaroo.exml.tools.ExtAsApiGenerator

public class ExtAsApiGenerator
extends Object

Generate ActionScript 3 APIs from a jsduck JSON export of the Ext JS 4.x API.


Nested Class Summary
static class ExtAsApiGenerator.Event
           
static class ExtAsApiGenerator.ExtClass
           
static class ExtAsApiGenerator.Member
           
static class ExtAsApiGenerator.MemberReference
           
static class ExtAsApiGenerator.Members
           
static class ExtAsApiGenerator.Meta
           
static class ExtAsApiGenerator.Method
           
static class ExtAsApiGenerator.Overrides
           
static class ExtAsApiGenerator.Param
           
static class ExtAsApiGenerator.Property
           
static class ExtAsApiGenerator.Tag
           
static class ExtAsApiGenerator.Var
           
 
Field Summary
static List<String> NON_COMPILE_TIME_CONSTANT_INITIALIZERS
           
 
Constructor Summary
ExtAsApiGenerator()
           
 
Method Summary
static String capitalize(String name)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NON_COMPILE_TIME_CONSTANT_INITIALIZERS

public static final List<String> NON_COMPILE_TIME_CONSTANT_INITIALIZERS
Constructor Detail

ExtAsApiGenerator

public ExtAsApiGenerator()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException

capitalize

public static String capitalize(String name)


Copyright © 2002-2013 CoreMedia AG. All Rights Reserved.