|
org.eclipse.jdt.launching.sourcelookup
Class LocalFileStorage
java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.debug.core.sourcelookup.containers.LocalFileStorage
org.eclipse.jdt.launching.sourcelookup.LocalFileStorage
-
All Implemented Interfaces:
-
IStorage,
IAdaptable
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
-
public class LocalFileStorage
- extends
LocalFileStorage
Implementation of storage for a local file
(java.io.File ).
This class may be instantiated.
-
Since:
- 2.0
-
See Also:
-
DirectorySourceLocation ,
IStorage
-
Restriction:
- This class is not intended to be subclassed by clients.
Constructor Summary
|
LocalFileStorage
(
File file)
Deprecated. Constructs and returns storage for the given file. |
LocalFileStorage
public LocalFileStorage(
File file)
-
Deprecated.
- Constructs and returns storage for the given file.
-
Parameters:
-
file - a local file
Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.
|
|