Home | History | Annotate | Download | only in commands

Lines Matching refs:maxLength

76         if (builder.maxLength != -1) {
78 if (string.length() > builder.maxLength) {
79 throw new IllegalStateException("Maximum command length " + builder.maxLength
254 private int maxLength = -1;
268 this.maxLength = other.maxLength;
301 public Builder maxLength(int maxLength) {
302 this.maxLength = maxLength;