throws ProcessingException, SAXException, IOException {
super.setup(resolver,objectModel,src,par);
// Fix for commandline generation.
// Don't cleanup the store if we are in LINK_VIEW
AbstractEnvironment env = (AbstractEnvironment) resolver;
String view = env.getView();
if(view != null && view.equals(Constants.LINK_VIEW))
cleanupStore = false;
}