Package com.github.fungal.bootstrap
Class ServerType
java.lang.Object
com.github.fungal.bootstrap.ServerType
A server tag
- Author:
- Jesper Pedersen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the patternGet the protocolgetValue()Get the valuevoidsetPattern(String v) Set the patternvoidSet the protocolvoidSet the value
-
Constructor Details
-
ServerType
public ServerType()Constructor
-
-
Method Details
-
getProtocol
Get the protocol- Returns:
- The value
-
setProtocol
Set the protocol- Parameters:
v- The value
-
getPattern
Get the pattern- Returns:
- The value
-
setPattern
Set the pattern- Parameters:
v- The value
-
getValue
Get the value- Returns:
- The value
-
setValue
Set the value- Parameters:
v- The value
-