Uses of Class
eu.tneitzel.rmg.operations.ScanAction
-
Packages that use ScanAction Package Description eu.tneitzel.rmg.internal eu.tneitzel.rmg.operations -
-
Uses of ScanAction in eu.tneitzel.rmg.internal
Methods in eu.tneitzel.rmg.internal that return types with arguments of type ScanAction Modifier and Type Method Description EnumSet<ScanAction>ArgumentHandler. getScanActions()Is used when the enum action was specified. -
Uses of ScanAction in eu.tneitzel.rmg.operations
Methods in eu.tneitzel.rmg.operations that return ScanAction Modifier and Type Method Description static ScanActionScanAction. valueOf(String name)Returns the enum constant of this type with the specified name.static ScanAction[]ScanAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.tneitzel.rmg.operations that return types with arguments of type ScanAction Modifier and Type Method Description static EnumSet<ScanAction>ScanAction. parseScanActions(List<String> actions)Parses a list of user specified scan actions into the corresponding enum items.
-