net.jangaroo.jooc.api
Interface Jooc


public interface Jooc

Interface for Jangaroo AS3 to JS compiler, used by universal Jangaroo IDEA Plugin.


Field Summary
static String AS_SUFFIX
           
static String AS_SUFFIX_NO_DOT
           
static String INPUT_FILE_SUFFIX
           
static String OUTPUT_FILE_SUFFIX
           
 
Method Summary
 CompilationResult run()
           
 void setConfig(JoocConfiguration config)
           
 void setLog(CompileLog log)
           
 

Field Detail

AS_SUFFIX_NO_DOT

static final String AS_SUFFIX_NO_DOT
See Also:
Constant Field Values

AS_SUFFIX

static final String AS_SUFFIX
See Also:
Constant Field Values

INPUT_FILE_SUFFIX

static final String INPUT_FILE_SUFFIX
See Also:
Constant Field Values

OUTPUT_FILE_SUFFIX

static final String OUTPUT_FILE_SUFFIX
See Also:
Constant Field Values
Method Detail

setConfig

void setConfig(JoocConfiguration config)

setLog

void setLog(CompileLog log)

run

CompilationResult run()


Copyright © 2002–2013 CoreMedia AG. All rights reserved.