Liferay 6.0.5

com.liferay.portal.tools
Class SourceFormatter

java.lang.Object
  extended by com.liferay.portal.tools.SourceFormatter

public class SourceFormatter
extends Object


Constructor Summary
SourceFormatter()
           
 
Method Summary
static void main(String[] args)
           
static String stripImports(String content, String packageDir, String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceFormatter

public SourceFormatter()
Method Detail

main

public static void main(String[] args)

stripImports

public static String stripImports(String content,
                                  String packageDir,
                                  String className)
                           throws IOException
Throws:
IOException

Liferay 6.0.5