public interface ISchematicSystem
Modifier and Type | Method and Description |
---|---|
java.util.Optional<ISchematicFormat> |
getByFile(java.io.File file)
Attempts to find an
ISchematicFormat that supports the specified schematic file. |
Registry<ISchematicFormat> |
getRegistry() |
Registry<ISchematicFormat> getRegistry()
java.util.Optional<ISchematicFormat> getByFile(java.io.File file)
ISchematicFormat
that supports the specified schematic file.file
- A schematic fileOptional.empty()
if no candidates were found.