com.sun.tools.javac.file
Class Old199

java.lang.Object
  extended by com.sun.tools.javac.file.Old199

Deprecated.

@Deprecated
public class Old199
extends java.lang.Object

Provides an easy migration to JSR 199 v3.3. The class is deprecated as we should remove it as soon as possible.

This is NOT part of any API supported by Sun Microsystems. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.


Constructor Summary
private Old199()
          Deprecated.  
 
Method Summary
static java.lang.String getName(FileObject jfo)
          Deprecated.  
static java.lang.String getPath(FileObject jfo)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Old199

private Old199()
Deprecated. 
Method Detail

getPath

public static java.lang.String getPath(FileObject jfo)
Deprecated. 

getName

public static java.lang.String getName(FileObject jfo)
Deprecated.