org.duelengine.duel.compiler
Class DuelCompiler

java.lang.Object
  extended by org.duelengine.duel.compiler.DuelCompiler

public class DuelCompiler
extends Object


Constructor Summary
DuelCompiler()
           
 
Method Summary
 void execute()
          Compiles view files
 String getClientPrefix()
           
 String getInputDir()
           
 String getOutputClientDir()
           
 String getOutputServerDir()
           
 String getServerPrefix()
           
 void setClientPrefix(String value)
           
 void setInputDir(String value)
           
 void setOutputClientDir(String value)
           
 void setOutputServerDir(String value)
           
 void setServerPrefix(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DuelCompiler

public DuelCompiler()
Method Detail

getInputDir

public String getInputDir()

setInputDir

public void setInputDir(String value)

getOutputClientDir

public String getOutputClientDir()

setOutputClientDir

public void setOutputClientDir(String value)

getOutputServerDir

public String getOutputServerDir()

setOutputServerDir

public void setOutputServerDir(String value)

getClientPrefix

public String getClientPrefix()

setClientPrefix

public void setClientPrefix(String value)

getServerPrefix

public String getServerPrefix()

setServerPrefix

public void setServerPrefix(String value)

execute

public void execute()
             throws IOException
Compiles view files

Throws:
IOException


Copyright © 2011. All Rights Reserved.