Class ContainerHandlePath
java.lang.Object
org.spongepowered.asm.launch.platform.container.ContainerHandleURI
org.spongepowered.asm.launch.platform.container.ContainerHandlePath
- All Implemented Interfaces:
IContainerHandle,IMixinConfigSource
A nicer wrapper for
ContainerHandleURI with NIO Paths
Provides a IMixinConfigSource.getId() result based on the file name-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionPlain 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.toString()Methods inherited from class org.spongepowered.asm.launch.platform.container.ContainerHandleURI
equals, getAttribute, getFile, getId, getNestedContainers, getURI, hashCode
-
Constructor Details
-
ContainerHandlePath
-
ContainerHandlePath
-
-
Method Details
-
getDescription
Description copied from interface:IMixinConfigSourcePlain 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.- Specified by:
getDescriptionin interfaceIMixinConfigSource- Overrides:
getDescriptionin classContainerHandleURI
-
toString
- Overrides:
toStringin classContainerHandleURI
-