| java.lang.Object org.netbeans.modules.apisupport.refactoring.AbstractRefactoringPlugin org.netbeans.modules.apisupport.refactoring.NbMoveRefactoringPlugin
err | protected static ErrorManager err(Code) | | |
NbMoveRefactoringPlugin | public NbMoveRefactoringPlugin(MoveRefactoring move)(Code) | | Creates a new instance of NbRenameRefactoringPlugin
|
NbMoveRefactoringPlugin | public NbMoveRefactoringPlugin(RenameRefactoring rename)(Code) | | |
cancelRequest | public void cancelRequest()(Code) | | |
checkParameters | public Problem checkParameters()(Code) | | Checks parameters of the refactoring.
Problems found or null (if no problems were identified) |
createManifestRefactoring | protected RefactoringElementImplementation createManifestRefactoring(String fqname, FileObject manifestFile, String attributeKey, String attributeValue, String section)(Code) | | |
createMetaInfServicesRefactoring | protected RefactoringElementImplementation createMetaInfServicesRefactoring(String fqclazz, FileObject serviceFile, int line)(Code) | | |
fastCheckParameters | public Problem fastCheckParameters()(Code) | | |
getTargetPackageName | String getTargetPackageName(FileObject fo)(Code) | | |
loadMetaInfServices | final protected String[] loadMetaInfServices(Project project)(Code) | | |
preCheck | public Problem preCheck()(Code) | | Checks pre-conditions of the refactoring and returns problems.
Problems found or null (if no problems were identified) |
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)
|
|
|