com.ebmwebsourcing.webdesigner.server.syntaxloader
Class AbstractSyntaxModelToFileWriter

java.lang.Object
  extended by com.ebmwebsourcing.webdesigner.server.syntaxloader.AbstractSyntaxModelToFileWriter

public abstract class AbstractSyntaxModelToFileWriter
extends java.lang.Object

Author:
nfleury

Constructor Summary
AbstractSyntaxModelToFileWriter()
           
 
Method Summary
 java.lang.String getAppRootPath()
           
abstract  java.io.File getFile()
           
 SyntaxModel getModel()
           
 java.lang.String getRelativeDownloadURL()
           
 void setAppRootPath(java.lang.String uploadPath)
           
 void setFile(java.io.File file)
           
 void setModel(SyntaxModel model)
           
 void setRelativeDownloadURL(java.lang.String relativeUploadURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSyntaxModelToFileWriter

public AbstractSyntaxModelToFileWriter()
Method Detail

setFile

public void setFile(java.io.File file)

getFile

public abstract java.io.File getFile()
                              throws java.lang.Exception
Throws:
java.lang.Exception

getModel

public SyntaxModel getModel()

setRelativeDownloadURL

public void setRelativeDownloadURL(java.lang.String relativeUploadURL)

getRelativeDownloadURL

public java.lang.String getRelativeDownloadURL()

setAppRootPath

public void setAppRootPath(java.lang.String uploadPath)

getAppRootPath

public java.lang.String getAppRootPath()

setModel

public void setModel(SyntaxModel model)


Copyright © 2010 eBM WebSourcing. All Rights Reserved.