mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
12.35.2009 24fc3f1bec00d45b2950774b88940a5f558f763b
opends/src/quicksetup/org/opends/quicksetup/Installation.java
@@ -77,6 +77,12 @@
    SetupUtils.LIBRARIES_PATH_RELATIVE;
  /**
   * The relative path where the resources directory (to customize the product)
   * is.
   */
  public static final String RESOURCES_PATH_RELATIVE = "resources";
  /**
   * The relative path where customer classes are.
   */
  public static final String CLASSES_PATH_RELATIVE = "classes";
@@ -676,6 +682,24 @@
  }
  /**
   * Returns the path to the resources directory.
   *
   * @return the path to the resources directory.
   */
  public File getResourcesDirectory() {
    return new File(getRootDirectory(), RESOURCES_PATH_RELATIVE);
  }
  /**
   * Returns the path to the classes directory.
   *
   * @return the path to the classes directory.
   */
  public File getClassesDirectory() {
    return new File(getRootDirectory(), CLASSES_PATH_RELATIVE);
  }
  /**
   * Returns the path to the tools properties file.
   *
   * @return the path to the tools properties file.