org.granite.builder
Class BuilderJavaClientInput

java.lang.Object
  extended by org.granite.generator.as3.JavaAs3Input
      extended by org.granite.builder.BuilderJavaClientInput
All Implemented Interfaces:
Input<java.lang.Class<?>>

public class BuilderJavaClientInput
extends JavaAs3Input

Author:
Franck WOLFF

Constructor Summary
BuilderJavaClientInput(java.lang.Class<?> type, java.io.File file, Gas3Source gas3Source, java.util.Map<java.lang.String,java.lang.String> attributes)
           
 
Method Summary
 Gas3Source getGas3Source()
           
 
Methods inherited from class org.granite.generator.as3.JavaAs3Input
getAttributes, getDescription, getFile, getJavaType, getType, setJavaType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuilderJavaClientInput

public BuilderJavaClientInput(java.lang.Class<?> type,
                              java.io.File file,
                              Gas3Source gas3Source,
                              java.util.Map<java.lang.String,java.lang.String> attributes)
Method Detail

getGas3Source

public Gas3Source getGas3Source()