net.sf.jcgm.core
Interface IBeginMetafileNameExtractor

All Known Subinterfaces:
ICgmExtractor

public interface IBeginMetafileNameExtractor

Classes implementing this interface are able to extract a file name out of the meta file name.

Since:
May 6, 2010
Version:
$Id: IBeginMetafileNameExtractor.java 24 2010-05-06 15:24:55Z phica $
Author:
xphc (Philippe Cadé)

Method Summary
 java.lang.String extractFileName(java.lang.String metaFileName)
          Extract the file name out of the meta file name.
 

Method Detail

extractFileName

java.lang.String extractFileName(java.lang.String metaFileName)
Extract the file name out of the meta file name. This method should return a string that can be used for a valid file name on any file system.

Parameters:
metaFileName - The string parameter of the BeginMetafile command
Returns:
The extracted file name.


Part of the jcgm library http://jcgm.sourceforge.net/