public class ALSBJarInfo
extends java.lang.Object
implements java.io.Serializable
ALSBConfigurationMBean.importUploaded(ALSBImportPlan) plan to import the jar file.| Constructor and Description |
|---|
ALSBJarInfo(java.util.Map<Ref,ALSBResourceInfo> resourceInfos, boolean isProjectLevelExport) |
| Modifier and Type | Method and Description |
|---|---|
ALSBImportPlan |
getDefaultImportPlan()
Returns the default import plan for the importing jar.
|
java.util.Map<Ref,ALSBResourceInfo> |
getResourceInfos()
Returns information about individual resources in the jar file
|
boolean |
isProjectLevelExport()
Returns whether the jar file was exported at the project level.
|
void |
setDefaultImportPlan(ALSBImportPlan defaultImportPlan) |
public ALSBJarInfo(java.util.Map<Ref,ALSBResourceInfo> resourceInfos, boolean isProjectLevelExport)
resourceInfos - A map of resources and information about them useful during import ALSBResourceInfoisProjectLevelExport - Indicates whether jar was exported at a project level.public boolean isProjectLevelExport()
ALSBImportPlan for more information about how the default plan is computed.public java.util.Map<Ref,ALSBResourceInfo> getResourceInfos()
public ALSBImportPlan getDefaultImportPlan() throws NotFoundException
ALSBImportPlan and ALSBImportOperation for more information about how the default import plan is computedNotFoundExceptionpublic void setDefaultImportPlan(ALSBImportPlan defaultImportPlan)