}
return resource;
}
private static Resource createLibraryApendPathResource(LibraryApendPath o) {
LibraryApendPathResource resource = new LibraryApendPathResource();
if (o != null){
resource.setDeploymentId(o.getDeploymentID());
resource.setName(o.getName());
resource.setValue(o.getValue());
resource.setAppDeploymentResource((AppDeploymentResource)createApplicationDeployment(o.getApplicationDeployment()));
}
return resource;
}