Package edu.wpi.first.wpilibj.command
Class GetRequirements
- java.lang.Object
-
- edu.wpi.first.wpilibj.command.GetRequirements
-
public class GetRequirements extends java.lang.Object
Helper class to get the requirements of aCommand
. This is necessary because the getRequirements method is package-scope, but we want to use it anyway.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Enumeration
getRequirements(edu.wpi.first.wpilibj.command.Command cmd)
Get the requirements of a command
-