public class CodebaseLocation_c extends java.lang.Object implements CodebaseLocation
| Constructor and Description | 
|---|
CodebaseLocation_c(java.net.URI namespace)  | 
| Modifier and Type | Method and Description | 
|---|---|
Codebase | 
codebase()
Returns the Codebase of this location 
 | 
boolean | 
equals(java.lang.Object o)  | 
java.lang.String | 
getName()  | 
int | 
hashCode()  | 
boolean | 
isOutputLocation()  | 
java.net.URI | 
namespace()
Returns a uri associated with this location 
 | 
java.lang.String | 
toString()  | 
public CodebaseLocation_c(java.net.URI namespace)
namespace - public java.lang.String getName()
getName in interface javax.tools.JavaFileManager.Locationpublic boolean isOutputLocation()
isOutputLocation in interface javax.tools.JavaFileManager.Locationpublic Codebase codebase()
CodebaseLocationcodebase in interface CodebaseLocationpublic java.net.URI namespace()
CodebaseLocationnamespace in interface CodebaseLocationpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object