Home
last modified time | relevance | path

Searched refs:getResourceDestination (Results 1 – 6 of 6) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/
H A DMoveModifications.java70 new MoveArguments(getResourceDestination(arguments), arguments.getUpdateReferences())); in move()
75 classpath= getClasspathFile(getResourceDestination(arguments)); in move()
125 IResource resourceDestination= getResourceDestination(args); in move()
183 private IResource getResourceDestination(MoveArguments args) { in getResourceDestination() method in MoveModifications
H A DJavaMoveProcessor.java175 …e(fMovePolicy.getJavaElementDestination() == null || fMovePolicy.getResourceDestination() == null); in createChange()
176 …e(fMovePolicy.getJavaElementDestination() != null || fMovePolicy.getResourceDestination() != null); in createChange()
242 return fMovePolicy.getResourceDestination(); in getDestination()
290 …return fMovePolicy.getJavaElementDestination() != null || fMovePolicy.getResourceDestination() != … in hasDestinationSet()
H A DJavaCopyProcessor.java137 …e(fCopyPolicy.getJavaElementDestination() == null || fCopyPolicy.getResourceDestination() == null); in createChange()
138 …e(fCopyPolicy.getJavaElementDestination() != null || fCopyPolicy.getResourceDestination() != null); in createChange()
H A DReorgPolicyFactory.java959 IResource resDest= getResourceDestination(); in getDestinationAsContainer()
988 return getResourceDestinationAsPackageFragment(getResourceDestination()); in getDestinationAsPackageFragment()
1625 if (getResourceDestination() == null && getJavaElementDestination() == null) in hasAllInputSet()
1970 return getJavaElementDestination() != null || getResourceDestination() != null; in hasAllInputSet()
2031 result.add(createChange(fragment, (IContainer)getResourceDestination())); in createChange()
2199 return getJavaElementDestination() != null || getResourceDestination() != null; in hasAllInputSet()
2927 oh.confirmOverwriting(reorgQueries, getResourceDestination()); in confirmOverwriting()
3159 helper.confirmOverwriting(reorgQueries, getResourceDestination()); in confirmOverwriting()
3454 destination= getResourceDestination(); in getDestinationLabel()
3495 final IResource resource= getResourceDestination(); in getRefactoringArguments()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/refactoring/reorg/
H A DIReorgPolicy.java85 public IResource getResourceDestination(); in getResourceDestination() method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/refactoring/
H A DJDTRefactoringDescriptorComment.java214 destination= policy.getResourceDestination(); in initializeInferredSettings()