Class AdaptationReference

java.lang.Object
com.onwbp.adaptation.AdaptationName
com.onwbp.adaptation.AdaptationReference

public final class AdaptationReference extends AdaptationName
Uniquely identifies a dataset in a given dataspace or snapshot. The dataset reference is persistent.
See Also:
  • Field Details

    • MAX_LENGTH

      public static final int MAX_LENGTH
      Maximum length of a reference string: 64.
      See Also:
    • REFERENCE_PATTERN

      public static final String REFERENCE_PATTERN
      Regular expression that controls the syntax of a dataset reference. The regular expression is:
      "[a-zA-Z_][-a-zA-Z0-9_.]*"
      See Also:
  • Method Details