Пример #1
0
  public void setValuesArray(String array) {
    if (ArrayManager.exists(array)) {
      throw new BuildException("Specified array doesn't exist");
    }

    this.valuesArray = array;
  }
Пример #2
0
  public void setResourceTypeArray(String array) {
    if (ArrayManager.exists(array)) {
      throw new BuildException("Specified array doesn't exist");
    }

    this.resourceTypeArray = array;
  }