Liferay 6.0.5

com.liferay.portal.tools
Class SourceFormatterHelper

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

public class SourceFormatterHelper
extends Object


Constructor Summary
SourceFormatterHelper(boolean useProperties)
           
 
Method Summary
 void close()
           
 void init()
           
 void printError(String fileName, File file)
           
 void printError(String fileName, String message)
           
 List<String> scanForFiles(org.apache.tools.ant.DirectoryScanner directoryScanner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceFormatterHelper

public SourceFormatterHelper(boolean useProperties)
Method Detail

close

public void close()
           throws IOException
Throws:
IOException

init

public void init()
          throws IOException
Throws:
IOException

printError

public void printError(String fileName,
                       File file)

printError

public void printError(String fileName,
                       String message)

scanForFiles

public List<String> scanForFiles(org.apache.tools.ant.DirectoryScanner directoryScanner)

Liferay 6.0.5