Class ContainerHandleURI
java.lang.Object
org.spongepowered.asm.launch.platform.container.ContainerHandleURI
- All Implemented Interfaces:
IContainerHandle
Container handle which directly replaces the use of classpath location URIs
from previous mixin versions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAttribute(String name) Retrieve the value of attribute with the specified name, or null if not presentgetFile()Deprecated.Get nested containers from this container, allows a container to detect and return containers within itself.getURI()Get the URI for this handleinthashCode()toString()
-
Constructor Details
-
ContainerHandleURI
-
-
Method Details
-
getURI
Get the URI for this handle -
getFile
Deprecated.Get the container file -
getAttribute
Description copied from interface:IContainerHandleRetrieve the value of attribute with the specified name, or null if not present- Specified by:
getAttributein interfaceIContainerHandle- Parameters:
name- attribute name- Returns:
- attribute value or null if not present
-
getNestedContainers
Description copied from interface:IContainerHandleGet nested containers from this container, allows a container to detect and return containers within itself. For example a folder container detecting and returning file containers, or a virtual container returning real containers after a scan.- Specified by:
getNestedContainersin interfaceIContainerHandle
-
equals
-
hashCode
public int hashCode() -
toString
-