net.jangaroo.jooc
Class CompilationResultImpl

java.lang.Object
  extended by net.jangaroo.jooc.CompilationResultImpl
All Implemented Interfaces:
CompilationResult

public class CompilationResultImpl
extends Object
implements CompilationResult


Field Summary
 
Fields inherited from interface net.jangaroo.jooc.api.CompilationResult
RESULT_CODE_COMPILATION_FAILED, RESULT_CODE_ILLEGAL_OPTION_VALUE, RESULT_CODE_INTERNAL_COMPILER_ERROR, RESULT_CODE_MISSING_OPTION_ARGUMENT, RESULT_CODE_OK, RESULT_CODE_UNRECOGNIZED_OPTION
 
Constructor Summary
CompilationResultImpl(int resultCode)
           
CompilationResultImpl(int resultCode, Map<File,File> outputFileMap)
           
 
Method Summary
 Map<File,File> getOutputFileMap()
           
 int getResultCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompilationResultImpl

public CompilationResultImpl(int resultCode,
                             Map<File,File> outputFileMap)

CompilationResultImpl

public CompilationResultImpl(int resultCode)
Method Detail

getResultCode

public int getResultCode()
Specified by:
getResultCode in interface CompilationResult

getOutputFileMap

public Map<File,File> getOutputFileMap()
Specified by:
getOutputFileMap in interface CompilationResult


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