}
if (JBI_COMPONENT.equals(jbiDeployable.getType())) {
UninstallComponentTask componentTask = new UninstallComponentTask();
initializeJbiTask(componentTask);
componentTask.setName(jbiDeployable.getName());
componentTask.execute();
}
}
protected boolean isDeployed(JbiDeployableArtifact jbiDeployable) {
IsDeployedTask isDeployedTask = new IsDeployedTask();