public interface ILuaAPIFactory
ILuaAPI for a specific computer.| Modifier and Type | Method and Description |
|---|---|
ILuaAPI |
create(IComputerSystem computer)
Create a new API instance for a given computer.
|
@Nullable ILuaAPI create(@Nonnull IComputerSystem computer)
computer - The computer this API is for.null if one should not be injected.