Class ServerVariable

  • All Implemented Interfaces:

    
    public class ServerVariable
    
                        

    Representing a Server Variable for server URL template substitution.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServerVariable

        ServerVariable(String description, String defaultValue, HashSet<String> enumValues)
        Parameters:
        description - A description for the server variable.
        defaultValue - The default value to use for substitution.
        enumValues - An enumeration of string values to be used if the substitution options are from a limited set.
    • Method Detail