org.netbeans.modules.project.ant/1 1.19

org.netbeans.spi.project.ant
Class AntBuildExtenderFactory

java.lang.Object
  extended by org.netbeans.spi.project.ant.AntBuildExtenderFactory

public final class AntBuildExtenderFactory
extends Object

Factory class for creation of AntBuildExtender instances

Since:
org.netbeans.modules.project.ant 1.16

Method Summary
static AntBuildExtender createAntExtender(AntBuildExtenderImplementation implementation)
          Create instance of AntBuildExtender that is to be included in project's lookup.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createAntExtender

public static AntBuildExtender createAntExtender(AntBuildExtenderImplementation implementation)
Create instance of AntBuildExtender that is to be included in project's lookup.

Parameters:
implementation - project type's spi implementation
Returns:
resulting AntBuildExtender instance

org.netbeans.modules.project.ant/1 1.19

Built on April 21 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.