org.gcube.portlets.admin.software_upload_wizard.server.softwaremanagers.filesmanager
Class DefaultFileManager

java.lang.Object
  extended by org.gcube.portlets.admin.software_upload_wizard.server.softwaremanagers.filesmanager.DefaultFileManager
All Implemented Interfaces:
FileManager

public class DefaultFileManager
extends Object
implements FileManager


Constructor Summary
DefaultFileManager()
           
 
Method Summary
 File createPatchArchive(String serviceProfile, List<Deliverable> miscFiles, File patchArchive)
           
 File createPomFile(String pomContent)
           
 File createServiveArchive(String serviceProfile, List<Deliverable> miscFiles, ServiceProfile profile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFileManager

public DefaultFileManager()
Method Detail

createServiveArchive

public File createServiveArchive(String serviceProfile,
                                 List<Deliverable> miscFiles,
                                 ServiceProfile profile)
                          throws Exception
Specified by:
createServiveArchive in interface FileManager
Throws:
Exception

createPomFile

public File createPomFile(String pomContent)
                   throws Exception
Specified by:
createPomFile in interface FileManager
Throws:
Exception

createPatchArchive

public File createPatchArchive(String serviceProfile,
                               List<Deliverable> miscFiles,
                               File patchArchive)
                        throws Exception
Specified by:
createPatchArchive in interface FileManager
Throws:
Exception


Copyright © 2013. All Rights Reserved.