Documentation of 'org.hsqldb.server.ServerProperties' Java class
ServerProperties
org.hsqldb.server

Class ServerProperties



  • public class ServerProperties
    extends HsqlProperties
    A subclass HsqlProperties with functionality needed for the HSQLDB Server implementations.

    A property object is checked once and all the errors are stored in collections to be used Meta records specify accepted keys and policies for the expected values.

    Policy for defaults:

    • If (non-null) default is specified for the Meta record, then behavior is obvious.
    • If pattern-type Meta record, then there is no default. A value is required for the property.
    • Otherwise null is specified for the Meta record and user must set a value.
    If a range is specified in the Meta record, then the value is checked against the range.

    If a set of values specified in the Meta record, then the value is checked against the set.

    Since:
    1.9.0
    • Constructor Detail

      • ServerProperties

        public ServerProperties(int protocol,
                                java.io.File file)
                         throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • validate

        public void validate()
        Validates according to Meta map, and sets System Properties for those properties with names matching the requisite pattern.
        Overrides:
        validate in class HsqlProperties

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.