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.lang.String |
getDescription()
Plain text description of the config source, can be as descriptive as
necessary to help the user identify the source, for example could be the
full path to the source item, or something more descriptive.
|
java.io.File |
getFile()
Deprecated.
|
java.lang.String |
getId()
Get the identifier for this source
|
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.lang.String getId()
IMixinConfigSourcegetId in interface IMixinConfigSourcepublic java.lang.String getDescription()
IMixinConfigSourcegetDescription in interface IMixinConfigSourcepublic java.net.URI getURI()
@Deprecated 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