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.Location
public boolean isOutputLocation()
isOutputLocation
in interface javax.tools.JavaFileManager.Location
public Codebase codebase()
CodebaseLocation
codebase
in interface CodebaseLocation
public java.net.URI namespace()
CodebaseLocation
namespace
in interface CodebaseLocation
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object