storeLocations.add(st);
StoreFuncInterface sFunc = st.getStoreFunc();
sFunc.setStoreLocation(st.getSFile().getFileName(), nwJob);
if (sFunc instanceof OverwritableStoreFunc) {
OverwritableStoreFunc osf = (OverwritableStoreFunc) sFunc;
if (osf.shouldOverwrite()) {
osf.cleanupOutput(st, nwJob);
}
}
}