oracle.jdeveloper.vcs.spi
Class VCSImportBackupHelper
java.lang.Object
  
oracle.jdeveloper.vcs.spi.VCSImportBackupHelper
public abstract class VCSImportBackupHelper
- extends java.lang.Object
 
- Since:
 
  - 11.1.1.0.0
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
VCSImportBackupHelper
public VCSImportBackupHelper(java.net.URL directoryUrl)
backupDirectoryFiles
public java.net.URL backupDirectoryFiles()
                                  throws java.lang.Exception
- Throws:
 java.lang.Exception
 
backupDirectoryFiles
public java.net.URL backupDirectoryFiles(VCSCancellable cancellable)
                                  throws java.lang.Exception
- Throws:
 java.lang.Exception
 
removeNodes
protected void removeNodes(Node[] nodes)
                    throws java.lang.Exception
- Throws:
 java.lang.Exception
 
closeNodes
protected void closeNodes(Node[] nodes)
                   throws java.lang.Exception
- Throws:
 java.lang.Exception
 
generateBackupDirectoryURL
protected java.net.URL generateBackupDirectoryURL(java.net.URL directoryUrl)
 
createBackupDirectory
protected void createBackupDirectory(java.net.URL backupDirectoryUrl)
                              throws java.lang.Exception
- Throws:
 java.lang.Exception
 
bounceBackupDirectoryCreation
protected void bounceBackupDirectoryCreation(java.net.URL backupDirectoryUrl)
                                      throws java.lang.Exception
- Throws:
 java.lang.Exception
 
confirmRetryBackupAfterFailure
protected abstract boolean confirmRetryBackupAfterFailure(java.net.URL url)
 
preprocessBackup
protected void preprocessBackup(java.net.URL url)
 
postprocessBackup
protected void postprocessBackup(java.net.URL url)
 
Copyright © 1997, 2010, Oracle. All rights reserved.