net.jangaroo.exml.model
Class ExmlSourceFile
java.lang.Object
net.jangaroo.exml.model.ExmlSourceFile
public class ExmlSourceFile
- extends Object
An EXML source file to compile into a config class and a target class.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExmlSourceFile
public ExmlSourceFile(ConfigClassRegistry configClassRegistry,
File sourceFile)
throws IOException
- Throws:
IOException
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.