Package org.eclipse.ltk.core.refactoring.resource

Examples of org.eclipse.ltk.core.refactoring.resource.ResourceChange


  @Override
  public Change createChange(final IProgressMonitor paramIProgressMonitor) throws CoreException, OperationCanceledException {
    if (sourceType == null) {
      return null;
    }
    return new ResourceChange() {

      @Override
      public Change perform(final IProgressMonitor paramIProgressMonitor) throws CoreException {
        final IPath path = sourceType.getPath().removeLastSegments(1);
        IPath newPath = path;
View Full Code Here

TOP

Related Classes of org.eclipse.ltk.core.refactoring.resource.ResourceChange

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.