| java.lang.Object org.netbeans.modules.apisupport.refactoring.AbstractRefactoringPlugin org.netbeans.modules.apisupport.refactoring.NbRenameRefactoringPlugin
Inner Class :final public class LayerMethodRefactoringElement extends LayerAbstractRefactoringElement | |
Inner Class :final public class LayerClassRefactoringElement extends LayerAbstractRefactoringElement | |
Method Summary | |
public void | cancelRequest() | final protected void | checkPackageMetaInfServices(Project project, String pack, RefactoringElementsBag refactoringElements) | protected RefactoringElementImplementation | createConstructorLayerRefactoring(String constructor, String fqname, LayerUtils.LayerHandle handle, FileObject layerFileObject, String layerAttribute) | protected RefactoringElementImplementation | createLayerRefactoring(String fqname, LayerUtils.LayerHandle handle, FileObject layerFileObject, String layerAttribute) | protected RefactoringElementImplementation | createManifestRefactoring(String fqname, FileObject manifestFile, String attributeKey, String attributeValue, String section) | protected RefactoringElementImplementation | createMetaInfServicesRefactoring(String clazz, FileObject serviceFile, int line) | protected RefactoringElementImplementation | createMethodLayerRefactoring(String method, String fqname, LayerUtils.LayerHandle handle, FileObject layerFileObject, String layerAttribute) | public Problem | fastCheckParameters() | public Problem | prepare(RefactoringElementsBag refactoringElements) Collects refactoring elements for a given refactoring.
Parameters: refactoringElements - Collection of refactoring elements - the implementation of this methodshould add refactoring elements to this collections. |
NbRenameRefactoringPlugin | public NbRenameRefactoringPlugin(AbstractRefactoring refactoring)(Code) | | Creates a new instance of NbRenameRefactoringPlugin
|
cancelRequest | public void cancelRequest()(Code) | | |
checkPackageMetaInfServices | final protected void checkPackageMetaInfServices(Project project, String pack, RefactoringElementsBag refactoringElements)(Code) | | |
createConstructorLayerRefactoring | protected RefactoringElementImplementation createConstructorLayerRefactoring(String constructor, String fqname, LayerUtils.LayerHandle handle, FileObject layerFileObject, String layerAttribute)(Code) | | |
createManifestRefactoring | protected RefactoringElementImplementation createManifestRefactoring(String fqname, FileObject manifestFile, String attributeKey, String attributeValue, String section)(Code) | | |
createMetaInfServicesRefactoring | protected RefactoringElementImplementation createMetaInfServicesRefactoring(String clazz, FileObject serviceFile, int line)(Code) | | |
fastCheckParameters | public Problem fastCheckParameters()(Code) | | |
prepare | public Problem prepare(RefactoringElementsBag refactoringElements)(Code) | | Collects refactoring elements for a given refactoring.
Parameters: refactoringElements - Collection of refactoring elements - the implementation of this methodshould add refactoring elements to this collections. It should make no assumptions about the collectioncontent. Problems found or null (if no problems were identified) |
Methods inherited from org.netbeans.modules.apisupport.refactoring.AbstractRefactoringPlugin | final protected Problem checkConstructorLayer(InfoHolder info, FileObject fo, RefactoringElementsBag refactoringElements)(Code)(Java Doc) final protected int checkContentOfFile(FileObject fo, String classToLookFor)(Code)(Java Doc) final protected void checkLayer(Project project, String fqname, RefactoringElementsBag refactoringElements)(Code)(Java Doc) final protected void checkManifest(Project project, String fqClassName, RefactoringElementsBag refactoringElements)(Code)(Java Doc) final protected void checkMetaInfServices(Project project, String fqname, RefactoringElementsBag refactoringElements)(Code)(Java Doc) final protected Problem checkMethodLayer(InfoHolder info, FileObject fo, RefactoringElementsBag refactoringElements)(Code)(Java Doc) public Problem checkParameters()(Code)(Java Doc) protected RefactoringElementImplementation createConstructorLayerRefactoring(String constructor, String fqname, LayerUtils.LayerHandle handle, FileObject layerFileObject, String layerAttribute)(Code)(Java Doc) protected RefactoringElementImplementation createLayerRefactoring(String fqname, LayerUtils.LayerHandle handle, FileObject layerFileObject, String layerAttribute)(Code)(Java Doc) abstract protected RefactoringElementImplementation createManifestRefactoring(String fqname, FileObject manifestFile, String attributeKey, String attributeValue, String section)(Code)(Java Doc) abstract protected RefactoringElementImplementation createMetaInfServicesRefactoring(String fqclazz, FileObject serviceFile, int line)(Code)(Java Doc) protected RefactoringElementImplementation createMethodLayerRefactoring(String method, String fqname, LayerUtils.LayerHandle handle, FileObject layerFileObject, String layerAttribute)(Code)(Java Doc) final protected InfoHolder examineLookup(Lookup lkp) throws IOException(Code)(Java Doc) public Problem preCheck()(Code)(Java Doc)
|
|
|