Code Search for Developers
 
 
  

ResourcesDOMFactory.java from Groovy Eclipse Monkey at Krugle


Show ResourcesDOMFactory.java syntax highlighted

package net.sf.groovyMonkey.dom.resources;
import net.sf.groovyMonkey.dom.IMonkeyDOMFactory;

public class ResourcesDOMFactory 
implements IMonkeyDOMFactory
{
    public Object getDOMroot()
    {
        return new Resources();
    }
}




See more files for this project here

Groovy Eclipse Monkey

Groovy Monkey is a Utility for Eclipse that enables you to create scripts in Groovy, Beanshell, Python or Ruby to run directly in Eclipse. This tool can be used to Eclipse API exploration, automation scripts, and rapid plugin prototyping.

Project homepage: http://sourceforge.net/projects/groovy-monkey
Programming language(s): Groovy,Java,XML
License: other

  File.java
  Line.java
  Resources.java
  ResourcesDOMFactory.java