com.ebmwebsourcing.webeditor.shared.server.api.service.project
Interface IProjectInstanceWriter


public interface IProjectInstanceWriter


Method Summary
 java.io.File writeProjectFile(java.io.File projectInstanceFile, com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstanceFormat formatToWriteIn, java.io.File temporaryOutputDirectory)
          Write project instance file into the specified format
 java.io.File writeProjectFile(java.io.File projectFile, com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstanceMetaData exportData, com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstanceFormat format, java.io.File directory)
          Write project instance file into the specified format using the specified data
 java.io.File writeProjectFile(com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstance projectInstance, java.io.File projectOutputDirectory)
          Write project instance into the actual project instance type format
 

Method Detail

writeProjectFile

java.io.File writeProjectFile(com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstance projectInstance,
                              java.io.File projectOutputDirectory)
                              throws com.ebmwebsourcing.webeditor.impl.domain.exception.ServiceException
Write project instance into the actual project instance type format

Parameters:
projectInstance -
formatToWriteIn -
outputDirectory -
Returns:
Throws:
com.ebmwebsourcing.webeditor.impl.domain.exception.ServiceException

writeProjectFile

java.io.File writeProjectFile(java.io.File projectInstanceFile,
                              com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstanceFormat formatToWriteIn,
                              java.io.File temporaryOutputDirectory)
                              throws com.ebmwebsourcing.webeditor.impl.domain.exception.ServiceException
Write project instance file into the specified format

Parameters:
projectInstanceFile -
formatToWriteIn -
outputDirectory -
Returns:
Throws:
com.ebmwebsourcing.webeditor.impl.domain.exception.ServiceException

writeProjectFile

java.io.File writeProjectFile(java.io.File projectFile,
                              com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstanceMetaData exportData,
                              com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstanceFormat format,
                              java.io.File directory)
                              throws com.ebmwebsourcing.webeditor.impl.domain.exception.ServiceException
Write project instance file into the specified format using the specified data

Parameters:
projectFile -
exportData -
format -
directory -
Returns:
Throws:
com.ebmwebsourcing.webeditor.impl.domain.exception.ServiceException


Copyright © 2010-2011 Petals Link. All Rights Reserved.