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

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)
          Deprecated. Use createAntExtender(AntBuildExtenderImplementation, ReferenceHelper) instead
static AntBuildExtender createAntExtender(AntBuildExtenderImplementation implementation, ReferenceHelper refHelper)
          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

@Deprecated
public static AntBuildExtender createAntExtender(AntBuildExtenderImplementation implementation)
Deprecated. Use createAntExtender(AntBuildExtenderImplementation, ReferenceHelper) instead

Create instance of AntBuildExtender that is to be included in project's lookup.

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

createAntExtender

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

Parameters:
implementation - project type's spi implementation
refHelper - project related reference helper
Returns:
resulting AntBuildExtender instance
Since:
1.23

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

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.