public class ContainerHandleURI extends java.lang.Object implements IContainerHandle
| Constructor and Description |
|---|
ContainerHandleURI(java.net.URI uri) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
java.lang.String |
getAttribute(java.lang.String name)
Retrieve the value of attribute with the specified name, or null if not
present
|
java.io.File |
getFile()
Get the container file
|
java.util.Collection<IContainerHandle> |
getNestedContainers()
Get nested containers from this container, allows a container to detect
and return containers within itself.
|
java.net.URI |
getURI()
Get the URI for this handle
|
int |
hashCode() |
java.lang.String |
toString() |
public java.net.URI getURI()
public java.io.File getFile()
public java.lang.String getAttribute(java.lang.String name)
IContainerHandlegetAttribute in interface IContainerHandlename - attribute namepublic java.util.Collection<IContainerHandle> getNestedContainers()
IContainerHandlegetNestedContainers in interface IContainerHandlepublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object