com.liferay.portal.tools
Class PluginsEnvironmentBuilder

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

public class PluginsEnvironmentBuilder
extends java.lang.Object

View Source

Author:
Alexander Chow, Brian Wing Shun Chan

Constructor Summary
PluginsEnvironmentBuilder(java.io.File dir, boolean svn, boolean eclipse)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void updateEclipseFiles(java.io.File libDir, java.io.File projectDir, java.util.List<java.lang.String> dependencyJars)
           
 void updateLibIgnores(java.io.File libDir, java.lang.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(java.io.File dir,
                                 boolean svn,
                                 boolean eclipse)
Method Detail

main

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

updateEclipseFiles

public void updateEclipseFiles(java.io.File libDir,
                               java.io.File projectDir,
                               java.util.List<java.lang.String> dependencyJars)
                        throws java.lang.Exception
Throws:
java.lang.Exception

updateLibIgnores

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