Liferay 7.0-ce-b4

com.liferay.portal.tools
Class ImportsFormatter

java.lang.Object
  extended by com.liferay.portal.tools.ImportsFormatter
Direct Known Subclasses:
JavaImportsFormatter

public abstract class ImportsFormatter
extends Object


Constructor Summary
ImportsFormatter()
           
 
Method Summary
protected abstract  ImportPackage createImportPackage(String line)
           
 String format(String imports)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportsFormatter

public ImportsFormatter()
Method Detail

format

public String format(String imports)
              throws IOException
Throws:
IOException

createImportPackage

protected abstract ImportPackage createImportPackage(String line)

Liferay 7.0-ce-b4