Package org.ocpsoft.rewrite.config
Interface Relocatable
- All Known Subinterfaces:
RelocatableRule
- All Known Implementing Classes:
RuleBuilder
public interface Relocatable
Defines a contract where a given object can be relocated to a new position in a data-structure.
- Author:
- Lincoln Baxter, III
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if this object should be relocated, or has been relocated.
-
Method Details
-
isRelocated
boolean isRelocated()Returns true if this object should be relocated, or has been relocated.
-