Package wol.configuration
Interface MachineValidator
-
public interface MachineValidator
- Author:
- Steffen Moldaner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
commentIsValid(String comment)
boolean
ethernetAddressIsValid(String ethernetAddress)
boolean
hostIsValid(String host)
boolean
nameIsValid(String name)
boolean
portIsValid(String port)
-