fix source code isolation
| | |
| | | * Indicates if the install and instance are in the same directory. |
| | | * @return true if the install and instance are in the same directory. |
| | | */ |
| | | public boolean instanceAndInstallInSameDir; |
| | | private boolean instanceAndInstallInSameDir; |
| | | |
| | | /** |
| | | * Creates a new instance from a root directory specified as a string. |
| | |
| | | Set<String> cs = new HashSet<String>(Arrays.asList(children)); |
| | | |
| | | // TODO: more testing of file dir |
| | | if (installation.instanceAndInstallInSameDir) |
| | | if (installation.instanceAndInstallInSameDir()) |
| | | { |
| | | isFilesDir = cs.contains(CONFIG_PATH_RELATIVE) && |
| | | cs.contains(LIBRARIES_PATH_RELATIVE); |