public class DesignImportResult
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DesignImportResult.Status
Import result status
|
Constructor and Description |
---|
DesignImportResult(java.util.List<java.lang.String> warnings) |
Modifier and Type | Method and Description |
---|---|
DesignImportResult.Status |
getStatus()
Result of design package import
|
java.util.List<java.lang.String> |
getWarnings()
Gets the list of warnings that occurred during the import process
|
boolean |
hasWarnings()
Indicates if any warnings occured during the import of the design package.
|
boolean |
isSuccessful()
Indicates if the import process was free of any errors and warnings.
|
public DesignImportResult(java.util.List<java.lang.String> warnings)
public java.util.List<java.lang.String> getWarnings()
public boolean isSuccessful()
public boolean hasWarnings()
public DesignImportResult.Status getStatus()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"