Class ReadOnlyLocator

java.lang.Object
de.intarsys.tools.locator.DelegatingLocator
de.intarsys.tools.locator.ReadOnlyLocator
All Implemented Interfaces:
IAdapterSupport, ISynchronizable, ILocator

public class ReadOnlyLocator extends DelegatingLocator
A simple read only locator.
  • Constructor Details

    • ReadOnlyLocator

      public ReadOnlyLocator(ILocator delegate)
  • Method Details

    • isReadOnly

      public boolean isReadOnly()
      Description copied from interface: ILocator
      true if the specified resource is read only.
      Specified by:
      isReadOnly in interface ILocator
      Overrides:
      isReadOnly in class DelegatingLocator
      Returns:
      true if the specified resource is read only.