Searched refs:backups (Results 1 - 25 of 29) sorted by relevance

12

/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackupTableModel.java34 * The table used to display the backups.
40 private ArrayList<BackupDescriptor> backups = field in class:BackupTableModel
49 backups.clear();
58 backups.add(backup);
87 return backups.size();
106 return backups.get(row);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackupTableModel.java35 * The table used to display the backups.
41 private ArrayList<BackupDescriptor> backups = field in class:BackupTableModel
50 backups.clear();
59 backups.add(backup);
88 return backups.size();
107 return backups.get(row);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackupTableModel.java35 * The table used to display the backups.
41 private ArrayList<BackupDescriptor> backups = field in class:BackupTableModel
50 backups.clear();
59 backups.add(backup);
88 return backups.size();
107 return backups.get(row);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackupTableModel.java34 * The table used to display the backups.
40 private ArrayList<BackupDescriptor> backups = field in class:BackupTableModel
49 backups.clear();
58 backups.add(backup);
87 return backups.size();
106 return backups.get(row);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackupTableModel.java35 * The table used to display the backups.
41 private ArrayList<BackupDescriptor> backups = field in class:BackupTableModel
50 backups.clear();
59 backups.add(backup);
88 return backups.size();
107 return backups.get(row);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DBackupTableModel.java35 * The table used to display the backups.
41 private ArrayList<BackupDescriptor> backups = new ArrayList<>(); field in class:BackupTableModel
46 backups.clear();
55 backups.add(backup);
82 return backups.size();
101 return backups.get(row);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DBackupDirectory.java51 * filesystem directory that contains data for one or more backups associated
52 * with a backend. Only backups for a single backend may be placed in any given
67 * backups in this directory.
78 * The set of backups in the specified directory. The iteration
79 * order will be the order in which the backups were created.
81 private final Map<String, BackupInfo> backups; field in class:BackupDirectory
108 * @param backups
109 * Information about the set of backups available within the
112 public BackupDirectory(String path, DN configEntryDN, LinkedHashMap<String, BackupInfo> backups) argument
117 if (backups !
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DBackupDirectory.java53 * filesystem directory that contains data for one or more backups
54 * associated with a backend. Only backups for a single backend may
75 * backups in this directory.
86 // The set of backups in the specified directory. The iteration
87 // order will be the order in which the backups were created.
88 private LinkedHashMap<String,BackupInfo> backups; field in class:BackupDirectory
110 backups = new LinkedHashMap<String,BackupInfo>();
124 * @param backups Information about the set of backups
128 LinkedHashMap<String,BackupInfo> backups)
127 BackupDirectory(String path, DN configEntryDN, LinkedHashMap<String,BackupInfo> backups) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DBackupDirectory.java52 * filesystem directory that contains data for one or more backups
53 * associated with a backend. Only backups for a single backend may
74 * backups in this directory.
85 // The set of backups in the specified directory. The iteration
86 // order will be the order in which the backups were created.
87 private LinkedHashMap<String,BackupInfo> backups; field in class:BackupDirectory
109 backups = new LinkedHashMap<String,BackupInfo>();
123 * @param backups Information about the set of backups
127 LinkedHashMap<String,BackupInfo> backups)
126 BackupDirectory(String path, DN configEntryDN, LinkedHashMap<String,BackupInfo> backups) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DBackupDirectory.java53 * filesystem directory that contains data for one or more backups
54 * associated with a backend. Only backups for a single backend may
75 * backups in this directory.
86 // The set of backups in the specified directory. The iteration
87 // order will be the order in which the backups were created.
88 private LinkedHashMap<String,BackupInfo> backups; field in class:BackupDirectory
110 backups = new LinkedHashMap<String,BackupInfo>();
124 * @param backups Information about the set of backups
128 LinkedHashMap<String,BackupInfo> backups)
127 BackupDirectory(String path, DN configEntryDN, LinkedHashMap<String,BackupInfo> backups) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DBackupDirectory.java53 * filesystem directory that contains data for one or more backups
54 * associated with a backend. Only backups for a single backend may
75 * backups in this directory.
86 // The set of backups in the specified directory. The iteration
87 // order will be the order in which the backups were created.
88 private LinkedHashMap<String,BackupInfo> backups; field in class:BackupDirectory
110 backups = new LinkedHashMap<String,BackupInfo>();
124 * @param backups Information about the set of backups
128 LinkedHashMap<String,BackupInfo> backups)
127 BackupDirectory(String path, DN configEntryDN, LinkedHashMap<String,BackupInfo> backups) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DBackupDirectory.java52 * filesystem directory that contains data for one or more backups
53 * associated with a backend. Only backups for a single backend may
74 * backups in this directory.
85 // The set of backups in the specified directory. The iteration
86 // order will be the order in which the backups were created.
87 private LinkedHashMap<String,BackupInfo> backups; field in class:BackupDirectory
109 backups = new LinkedHashMap<String,BackupInfo>();
123 * @param backups Information about the set of backups
127 LinkedHashMap<String,BackupInfo> backups)
126 BackupDirectory(String path, DN configEntryDN, LinkedHashMap<String,BackupInfo> backups) argument
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBackupListPanel.java92 * The refreshing list message, displayed when the list of backups is
99 * The message informing that no backups where found.
130 * The scroll that contains the list of backups (actually is a table).
134 * The list of backups.
345 * Refresh the list of backups by looking in the backups defined under the
370 LinkedHashSet<BackupInfo> backups = new LinkedHashSet<BackupInfo>();
376 backups.addAll(backupDir.getBackups().values());
401 backups.addAll(backupDir.getBackups().values());
414 if ((backups
[all...]
H A DBackupPanel.java474 LinkedHashSet<BackupInfo> backups = new LinkedHashSet<BackupInfo>();
479 backups.addAll(backupDir.getBackups().values());
499 backups.addAll(backupDir.getBackups().values());
512 for (BackupInfo backup : backups)
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBackupListPanel.java91 * The refreshing list message, displayed when the list of backups is
98 * The message informing that no backups where found.
129 * The scroll that contains the list of backups (actually is a table).
133 * The list of backups.
344 * Refresh the list of backups by looking in the backups defined under the
369 LinkedHashSet<BackupInfo> backups = new LinkedHashSet<BackupInfo>();
375 backups.addAll(backupDir.getBackups().values());
400 backups.addAll(backupDir.getBackups().values());
413 if ((backups
[all...]
H A DBackupPanel.java473 LinkedHashSet<BackupInfo> backups = new LinkedHashSet<BackupInfo>();
478 backups.addAll(backupDir.getBackups().values());
498 backups.addAll(backupDir.getBackups().values());
511 for (BackupInfo backup : backups)
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBackupListPanel.java92 * The refreshing list message, displayed when the list of backups is
99 * The message informing that no backups where found.
130 * The scroll that contains the list of backups (actually is a table).
134 * The list of backups.
345 * Refresh the list of backups by looking in the backups defined under the
370 LinkedHashSet<BackupInfo> backups = new LinkedHashSet<BackupInfo>();
376 backups.addAll(backupDir.getBackups().values());
401 backups.addAll(backupDir.getBackups().values());
414 if ((backups
[all...]
H A DBackupPanel.java474 LinkedHashSet<BackupInfo> backups = new LinkedHashSet<BackupInfo>();
479 backups.addAll(backupDir.getBackups().values());
499 backups.addAll(backupDir.getBackups().values());
512 for (BackupInfo backup : backups)
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBackupListPanel.java91 * The refreshing list message, displayed when the list of backups is
98 * The message informing that no backups where found.
129 * The scroll that contains the list of backups (actually is a table).
133 * The list of backups.
344 * Refresh the list of backups by looking in the backups defined under the
369 LinkedHashSet<BackupInfo> backups = new LinkedHashSet<BackupInfo>();
375 backups.addAll(backupDir.getBackups().values());
400 backups.addAll(backupDir.getBackups().values());
413 if ((backups
[all...]
H A DBackupPanel.java473 LinkedHashSet<BackupInfo> backups = new LinkedHashSet<BackupInfo>();
478 backups.addAll(backupDir.getBackups().values());
498 backups.addAll(backupDir.getBackups().values());
511 for (BackupInfo backup : backups)
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBackupListPanel.java92 * The refreshing list message, displayed when the list of backups is
99 * The message informing that no backups where found.
130 * The scroll that contains the list of backups (actually is a table).
134 * The list of backups.
345 * Refresh the list of backups by looking in the backups defined under the
370 LinkedHashSet<BackupInfo> backups = new LinkedHashSet<BackupInfo>();
376 backups.addAll(backupDir.getBackups().values());
401 backups.addAll(backupDir.getBackups().values());
414 if ((backups
[all...]
H A DBackupPanel.java474 LinkedHashSet<BackupInfo> backups = new LinkedHashSet<BackupInfo>();
479 backups.addAll(backupDir.getBackups().values());
499 backups.addAll(backupDir.getBackups().values());
512 for (BackupInfo backup : backups)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DBackupListPanel.java85 /** The refreshing list message, displayed when the list of backups is refreshed. */
88 /** The message informing that no backups where found. */
114 /** The scroll that contains the list of backups (actually is a table). */
117 /** The list of backups. */
305 * Refresh the list of backups by looking in the backups defined under the
326 Set<BackupInfo> backups = new LinkedHashSet<>();
334 backups.addAll(backupDir.getBackups().values());
359 backups.addAll(backupDir.getBackups().values());
371 if (backups
[all...]
H A DBackupPanel.java477 LinkedHashSet<BackupInfo> backups = new LinkedHashSet<>();
482 backups.addAll(backupDir.getBackups().values());
502 backups.addAll(backupDir.getBackups().values());
515 for (BackupInfo backup : backups)
/forgerock/opendj2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 93 milliseconds

12