| | |
| | | private ConnectionHandlerDescriptor adminConnector; |
| | | private Set<DN> administrativeUsers = new HashSet<DN>(); |
| | | private File installPath; |
| | | private File instancePath; |
| | | private String openDSVersion; |
| | | private String javaVersion; |
| | | private ArrayList<OpenDsException> exceptions = |
| | |
| | | } |
| | | |
| | | /** |
| | | * Return the instance path where the server databases and configuration is |
| | | * located. |
| | | * @return the instance path where the server databases and configuration is |
| | | * located |
| | | */ |
| | | public File getInstancePath() |
| | | { |
| | | return instancePath; |
| | | } |
| | | |
| | | /** |
| | | * Sets the instance path where the server databases and configuration is |
| | | * located. |
| | | * @param instancePath the instance path where the server databases and |
| | | * configuration is located. |
| | | */ |
| | | public void setInstancePath(File instancePath) |
| | | { |
| | | this.instancePath = instancePath; |
| | | } |
| | | |
| | | /** |
| | | * Return the install path where the server is installed. |
| | | * @return the install path where the server is installed. |
| | | */ |
| | |
| | | |
| | | if (equals) |
| | | { |
| | | equals = desc.getInstancePath().equals(getInstancePath()); |
| | | } |
| | | |
| | | if (equals) |
| | | { |
| | | if (desc.getJavaVersion() == null) |
| | | { |
| | | equals = getJavaVersion() == null; |