Package de.xima.fc.interfaces.refactor
Interface ITextResourceRefactorer
public interface ITextResourceRefactorer
Refactor handler for plain text resources.
- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 
- 
Method Summary
 
- 
Method Details
- 
getSupportedFileExtensions
- Returns:
 - Extensions supported by this refactorer.
 
 - 
refactor
- Parameters:
 fileName- File name of the file to process.content- Plain text content of the file.- Returns:
 - Replaced file content. 
nullor the same as the input when no change needs to be made. 
 
 -