Project exporting means that copy of existing project with copies of all external dependencies will be put in one directory and packed together.
Project copy will resolve all its dependency to dependency copies. Paths have to be relative to the project file.Modifiers | Name | Description |
---|---|---|
interface |
ProjectExporter.FileNameFactory |
|
enum |
ProjectExporter.OverwriteMode |
|
interface |
ProjectExporter.ProjectFilter |
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
READY_API_PROJECT_FILENAME_PREFIX |
Constructor and description |
---|
ProjectExporter
(WsdlProjectPro project) |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
createFileName(java.util.zip.ZipEntry zipEntry) |
|
java.lang.String |
createFileName(java.util.zip.ZipEntry zipEntry) |
|
boolean |
exportProject(java.lang.String exportPath) |
|
boolean |
exportProject(java.lang.String exportPath, ProjectExporter.ProjectFilter filter) |
|
boolean |
exportProject(java.lang.String exportPath, ProjectExporter.ProjectFilter filter, java.lang.String password) |
|
static java.io.File |
extractReadyApiProjectFromProjectZip(java.io.InputStream input) |
|
static java.io.File |
extractReadyApiProjectFromProjectZip(java.io.InputStream input, java.io.File targetDirectory, ProjectExporter.OverwriteMode mode) |
|
java.lang.String |
getProjectFileName() |
|
static java.util.List<java.lang.String> |
getZipContents(java.lang.String archive) |
|
static java.util.List<java.lang.String> |
getZipContents(java.util.zip.ZipFile zipFile) |
|
void |
setProjectFileName(java.lang.String projectFileName) |
|
static void |
unpackageAll(java.lang.String fileName, java.lang.String absolutePath) |
|
static void |
unpackageAll(java.lang.String archive, ProjectExporter.FileNameFactory filenameFactory) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
ReadyAPI functional (soapui-pro) SDK 3.3.0