public class SystemDependency
Class SystemDependency. Provides systemdependency functionality for the Hytale server.
java.lang.Object > SystemDependency
Field Summary
No fields documented.
Method Detail
SystemDependency
Method SystemDependency.
- Parameters:
@Nonnull final Orderorder@Nonnull final ClasssystemClass
getSystemClass
public
Class
getSystemClass
()
Method getSystemClass.
IllegalArgumentException
public
new
IllegalArgumentException
("SystemType dependency isn't registered: " + String.valueOf(this.systemClass)
Method IllegalArgumentException.
- Parameters:
"SystemType dependency isn't registered: " +String.valueOf(this.systemClass
resolveGraphEdge
public
void
resolveGraphEdge
(@Nonnull final ComponentRegistry registry, @Nonnull final ISystem thisSystem, @Nonnull final DependencyGraph graph)
Method resolveGraphEdge.
- Parameters:
@Nonnull final ComponentRegistryregistry@Nonnull final ISystemthisSystem@Nonnull final DependencyGraphgraph
toString
public
String
toString
()
Method toString.