Liferay 6.0.5

com.liferay.portal.tools
Class PluginsEnvironmentBuilder

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

public class PluginsEnvironmentBuilder
extends Object


Constructor Summary
PluginsEnvironmentBuilder(File dir, boolean svn, boolean eclipse)
           
 
Method Summary
static void main(String[] args)
           
 void updateEclipseFiles(File libDir, File projectDir, String[] dependencyJars)
           
 void updateLibIgnores(File libDir, String[] jars)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginsEnvironmentBuilder

public PluginsEnvironmentBuilder(File dir,
                                 boolean svn,
                                 boolean eclipse)
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

updateEclipseFiles

public void updateEclipseFiles(File libDir,
                               File projectDir,
                               String[] dependencyJars)
                        throws Exception
Throws:
Exception

updateLibIgnores

public void updateLibIgnores(File libDir,
                             String[] jars)
                      throws Exception
Throws:
Exception

Liferay 6.0.5