Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse JDT
Release 3.5

org.eclipse.jdt.launching.sourcelookup
Class LocalFileStorage


java.lang.Object
  extended by 

org.eclipse.core.runtime.PlatformObject
      extended by 

org.eclipse.debug.core.sourcelookup.containers.LocalFileStorage
          extended by 
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.
 
Method Summary
 
Methods inherited from class org.eclipse.debug.core.sourcelookup.containers. LocalFileStorage
equals, getContents, getFile, getFullPath, getName, hashCode, isReadOnly
 
Methods inherited from class org.eclipse.core.runtime. PlatformObject
getAdapter
 
Methods inherited from class java.lang. Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.core.runtime. IAdaptable
getAdapter
 

Constructor Detail

LocalFileStorage

public LocalFileStorage(
File file)
Deprecated. 
Constructs and returns storage for the given file.

Parameters:
file - a local file

Eclipse JDT
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire