anyone knows how to get the xml file path/name of the ApplicationContext? it's passed as command line argument in Spring Batch and i'd like to retrieve it from an object or maybe a system property?

Thanks!!