org.kuali.rice.devtools.SyncEclipseSettings Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rice-development-tools Show documentation
Show all versions of rice-development-tools Show documentation
This module contains rice development tools.This module is for development purposes only. Client applications should not depend on this module but can use this module during the course of development or implementation. Other rice modules should not depend on this module. This module can depend on any part of rice.
package org.kuali.rice.devtools;
import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;
public class SyncEclipseSettings
extends groovy.lang.Script {
public SyncEclipseSettings
() {}
public SyncEclipseSettings
(groovy.lang.Binding context) {}
public static void main(java.lang.String... args) { }
public java.lang.Object run() { return null;}
public java.lang.Object checkForAndInstallSettings(java.lang.Object directory) { return null;}
}