net.sf.spring.batch
Interface VersionProvider

All Known Implementing Classes:
ClassBasedVersionProvider, DefaultVersionProvider

public interface VersionProvider

A class that find the batch version.

Author:
willy

Method Summary
 String findVersion()
          Called by launcher to find the current batch version.
 

Method Detail

findVersion

public String findVersion()
Called by launcher to find the current batch version.

Returns:
the batch version.


Copyright © 2009. All Rights Reserved.