Class LocalFileStorage

All Implemented Interfaces:
IStorage, IAdaptable

@Deprecated public class LocalFileStorage extends LocalFileStorage
Deprecated.
In 3.0 this class is now provided by the debug platform. Clients should use the replacement class org.eclipse.debug.core.sourcelookup.containers.LocalFileStorage
Implementation of storage for a local file (java.io.File).

This class may be instantiated.

Since:
2.0
See Also:
Restriction:
This class is not intended to be sub-classed by clients.
  • Constructor Details

    • LocalFileStorage

      public LocalFileStorage(File file)
      Deprecated.
      Constructs and returns storage for the given file.
      Parameters:
      file - a local file