public interface ProjectFactory<T extends Project>
Modifier and Type | Method and Description |
---|---|
T |
createNew() |
T |
createNew(InputStream inputStream,
WorkspaceImpl workspace) |
T |
createNew(String path) |
T |
createNew(String projectFile,
String projectPassword) |
T |
createNew(String path,
Workspace workspace) |
T |
createNew(String path,
Workspace workspace,
boolean open,
String tempName,
String projectPassword) |
T |
createNew(Workspace workspace) |
T createNew() throws org.apache.xmlbeans.XmlException, IOException, SoapUIException
org.apache.xmlbeans.XmlException
IOException
SoapUIException
T createNew(String path) throws org.apache.xmlbeans.XmlException, IOException, SoapUIException
org.apache.xmlbeans.XmlException
IOException
SoapUIException
T createNew(String path, Workspace workspace, boolean open, String tempName, String projectPassword)
T createNew(InputStream inputStream, WorkspaceImpl workspace)
Copyright © 2019. All Rights Reserved.