Class LCommands
java.lang.Object
com.io7m.laurel.filemodel.internal.LCommands
The command directory.
-
Method Summary
Modifier and TypeMethodDescriptionstatic LCommandType<?> forProperties(Properties properties) Find a suitable command for the given properties.
-
Method Details
-
forProperties
Find a suitable command for the given properties.- Parameters:
properties- The properties- Returns:
- The command
-