org.netbeans.modules.refactoring.api 1.26.0 1

org.netbeans.modules.refactoring.spi
Class ProblemDetailsFactory

java.lang.Object
  extended by org.netbeans.modules.refactoring.spi.ProblemDetailsFactory

public class ProblemDetailsFactory
extends Object

Factory class for ProblemDetails

Since:
1.5.0

Method Summary
static ProblemDetails createProblemDetails(ProblemDetailsImplementation pdi)
          Factory method for creating API instances of ProblemDetails from SPI instances of ProblemDetailsImplementation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createProblemDetails

public static ProblemDetails createProblemDetails(ProblemDetailsImplementation pdi)
Factory method for creating API instances of ProblemDetails from SPI instances of ProblemDetailsImplementation

Parameters:
pdi - implementation class
Returns:
ProblemDetails instance created by this factory method
See Also:
ProblemDetails, ProblemDetailsImplementation

org.netbeans.modules.refactoring.api 1.26.0 1

Built on May 25 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.