| | |
| | | * |
| | | * |
| | | * Copyright 2006-2008 Sun Microsystems, Inc. |
| | | * Portions Copyright 2012-2014 ForgeRock AS. |
| | | * Portions Copyright 2012-2015 ForgeRock AS. |
| | | */ |
| | | package org.opends.quicksetup.util; |
| | | |
| | |
| | | |
| | | private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass(); |
| | | |
| | | private Application application = null; |
| | | private Application application; |
| | | |
| | | /** |
| | | * Creates a new file manager. |
| | |
| | | */ |
| | | private abstract class FileOperation { |
| | | |
| | | private File objectFile = null; |
| | | private File objectFile; |
| | | |
| | | /** |
| | | * Creates a new file operation. |
| | |
| | | */ |
| | | private class MoveOperation extends FileOperation { |
| | | |
| | | File destination = null; |
| | | File destination; |
| | | |
| | | /** |
| | | * Creates a delete operation. |