Code Search for Developers
 
 
  

BundleDOMFactory.java from Groovy Eclipse Monkey at Krugle


Show BundleDOMFactory.java syntax highlighted

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

public class BundleDOMFactory 
implements IMonkeyDOMFactory
{
    public Object getDOMroot()
    {
        return new BundleDOM();
    }

}




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

  BundleDOM.java
  BundleDOMFactory.java