Liferay 7.0-ga1 portal-impl

com.liferay.portal.tools
Interface ImportsFormatter

All Known Implementing Classes:
BaseImportsFormatter, JavaImportsFormatter

public interface ImportsFormatter


Method Summary
 String format(String content, Pattern importPattern)
           
 String format(String content, String packageDir, String className)
           
 

Method Detail

format

String format(String content,
              Pattern importPattern)
              throws IOException
Throws:
IOException

format

String format(String content,
              String packageDir,
              String className)
              throws IOException
Throws:
IOException

Liferay 7.0-ga1 portal-impl