net.jangaroo.exml.model
Class ExmlSourceFile

java.lang.Object
  extended by net.jangaroo.exml.model.ExmlSourceFile

public class ExmlSourceFile
extends Object

An EXML source file to compile into a config class and a target class.


Constructor Summary
ExmlSourceFile(ConfigClassRegistry configClassRegistry, File sourceFile)
           
 
Method Summary
 File generateConfigClass()
           
 File generateTargetClass()
           
 ConfigClass getConfigClass()
           
 String getConfigClassName()
           
 File getSourceFile()
           
 String getTargetClassName()
           
 ConfigClass parseExmlToConfigClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExmlSourceFile

public ExmlSourceFile(ConfigClassRegistry configClassRegistry,
                      File sourceFile)
               throws IOException
Throws:
IOException
Method Detail

getSourceFile

public File getSourceFile()

getConfigClassName

public String getConfigClassName()

getTargetClassName

public String getTargetClassName()

getConfigClass

public ConfigClass getConfigClass()

parseExmlToConfigClass

public ConfigClass parseExmlToConfigClass()

generateConfigClass

public File generateConfigClass()

generateTargetClass

public File generateTargetClass()


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