com.liferay.portal.tools
Class PluginsEnvironmentBuilder
java.lang.Object
com.liferay.portal.tools.PluginsEnvironmentBuilder
public class PluginsEnvironmentBuilder
- extends java.lang.Object
View Source
- Author:
- Alexander Chow, Brian Wing Shun Chan
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 |
PluginsEnvironmentBuilder
public PluginsEnvironmentBuilder(java.io.File dir,
boolean svn,
boolean eclipse)
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