Searched defs:dependencies (Results 1 - 25 of 31) sorted by relevance

12

/forgerock/openam-v13/openam-tools/openam-build-tools/src/main/java/org/forgerock/openam/upgrade/apt/
H A DUpgradeStepProcessor.java43 * with {@link UpgradeStepInfo}, then it will look through the dependencies and
77 depInfo.dependencies.add(dep);
87 * Finds a directed acyclic graph between the upgradestep dependencies, so we can have an order where it's
88 * guaranteed that the upgradestep dependencies are always executed before the step in question.
99 depInfo.dependencies.removeAll(sorted);
100 if ((depInfo.dependencies.isEmpty() && !depInfo.className.equals("*"))
110 "Unable to detect DAG, there seems to be a directed cycle across the following dependencies: "
144 private Set<DependencyInfo> dependencies = new HashSet<DependencyInfo>(); field in class:UpgradeStepProcessor.DependencyInfo
/forgerock/openam/openam-tools/openam-build-tools/src/main/java/org/forgerock/openam/upgrade/apt/
H A DUpgradeStepProcessor.java43 * with {@link UpgradeStepInfo}, then it will look through the dependencies and
77 depInfo.dependencies.add(dep);
87 * Finds a directed acyclic graph between the upgradestep dependencies, so we can have an order where it's
88 * guaranteed that the upgradestep dependencies are always executed before the step in question.
99 depInfo.dependencies.removeAll(sorted);
100 if ((depInfo.dependencies.isEmpty() && !depInfo.className.equals("*"))
110 "Unable to detect DAG, there seems to be a directed cycle across the following dependencies: "
144 private Set<DependencyInfo> dependencies = new HashSet<DependencyInfo>(); field in class:UpgradeStepProcessor.DependencyInfo
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DBackupInfo.java126 * The name of the property that holds the set of dependencies in
164 private HashSet<String> dependencies; field in class:BackupInfo
197 * @param dependencies The backup IDs of the previous backups
211 HashSet<String> dependencies,
223 if (dependencies == null)
225 this.dependencies = new HashSet<String>();
229 this.dependencies = dependencies;
362 return dependencies;
380 return dependencies
207 BackupInfo(BackupDirectory backupDirectory, String backupID, Date backupDate, boolean isIncremental, boolean isCompressed, boolean isEncrypted, byte[] unsignedHash, byte[] signedHash, HashSet<String> dependencies, HashMap<String,String> backupProperties) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/admin/server/
H A DConfigChangeListenerAdaptor.java84 * dependencies.
93 * Finds the dependencies associated with the provided property
102 * @param dependencies
103 * Add dependencies names to this collection.
106 PropertyDefinition<T> pd, Collection<DN> dependencies) {
107 Visitor<T> v = new Visitor<T>(dependencies);
113 private final Collection<DN> dependencies; field in class:ConfigChangeListenerAdaptor.Visitor
118 private Visitor(Collection<DN> dependencies) { argument
119 this.dependencies = dependencies;
105 find(ManagedObjectPath<?, ?> path, PropertyDefinition<T> pd, Collection<DN> dependencies) argument
210 private final Set<DN> dependencies; field in class:ConfigChangeListenerAdaptor
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/server/
H A DConfigChangeListenerAdaptor.java85 * dependencies.
94 * Finds the dependencies associated with the provided property
103 * @param dependencies
104 * Add dependencies names to this collection.
107 PropertyDefinition<T> pd, Collection<DN> dependencies) {
108 Visitor<T> v = new Visitor<T>(dependencies);
114 private final Collection<DN> dependencies; field in class:ConfigChangeListenerAdaptor.Visitor
119 private Visitor(Collection<DN> dependencies) { argument
120 this.dependencies = dependencies;
106 find(ManagedObjectPath<?, ?> path, PropertyDefinition<T> pd, Collection<DN> dependencies) argument
211 private final Set<DN> dependencies; field in class:ConfigChangeListenerAdaptor
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DBackupInfo.java125 * The name of the property that holds the set of dependencies in
163 private HashSet<String> dependencies; field in class:BackupInfo
196 * @param dependencies The backup IDs of the previous backups
210 HashSet<String> dependencies,
222 if (dependencies == null)
224 this.dependencies = new HashSet<String>();
228 this.dependencies = dependencies;
361 return dependencies;
379 return dependencies
206 BackupInfo(BackupDirectory backupDirectory, String backupID, Date backupDate, boolean isIncremental, boolean isCompressed, boolean isEncrypted, byte[] unsignedHash, byte[] signedHash, HashSet<String> dependencies, HashMap<String,String> backupProperties) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/server/
H A DConfigChangeListenerAdaptor.java85 * dependencies.
94 * Finds the dependencies associated with the provided property
103 * @param dependencies
104 * Add dependencies names to this collection.
107 PropertyDefinition<T> pd, Collection<DN> dependencies) {
108 Visitor<T> v = new Visitor<T>(dependencies);
114 private final Collection<DN> dependencies; field in class:ConfigChangeListenerAdaptor.Visitor
119 private Visitor(Collection<DN> dependencies) { argument
120 this.dependencies = dependencies;
106 find(ManagedObjectPath<?, ?> path, PropertyDefinition<T> pd, Collection<DN> dependencies) argument
211 private final Set<DN> dependencies; field in class:ConfigChangeListenerAdaptor
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DBackupInfo.java126 * The name of the property that holds the set of dependencies in
164 private HashSet<String> dependencies; field in class:BackupInfo
197 * @param dependencies The backup IDs of the previous backups
211 HashSet<String> dependencies,
223 if (dependencies == null)
225 this.dependencies = new HashSet<String>();
229 this.dependencies = dependencies;
362 return dependencies;
380 return dependencies
207 BackupInfo(BackupDirectory backupDirectory, String backupID, Date backupDate, boolean isIncremental, boolean isCompressed, boolean isEncrypted, byte[] unsignedHash, byte[] signedHash, HashSet<String> dependencies, HashMap<String,String> backupProperties) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DBackupInfo.java126 * The name of the property that holds the set of dependencies in
164 private HashSet<String> dependencies; field in class:BackupInfo
197 * @param dependencies The backup IDs of the previous backups
211 HashSet<String> dependencies,
223 if (dependencies == null)
225 this.dependencies = new HashSet<String>();
229 this.dependencies = dependencies;
362 return dependencies;
380 return dependencies
207 BackupInfo(BackupDirectory backupDirectory, String backupID, Date backupDate, boolean isIncremental, boolean isCompressed, boolean isEncrypted, byte[] unsignedHash, byte[] signedHash, HashSet<String> dependencies, HashMap<String,String> backupProperties) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/admin/server/
H A DConfigChangeListenerAdaptor.java84 * dependencies.
93 * Finds the dependencies associated with the provided property
102 * @param dependencies
103 * Add dependencies names to this collection.
106 PropertyDefinition<T> pd, Collection<DN> dependencies) {
107 Visitor<T> v = new Visitor<T>(dependencies);
113 private final Collection<DN> dependencies; field in class:ConfigChangeListenerAdaptor.Visitor
118 private Visitor(Collection<DN> dependencies) { argument
119 this.dependencies = dependencies;
105 find(ManagedObjectPath<?, ?> path, PropertyDefinition<T> pd, Collection<DN> dependencies) argument
210 private final Set<DN> dependencies; field in class:ConfigChangeListenerAdaptor
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DBackupInfo.java125 * The name of the property that holds the set of dependencies in
163 private HashSet<String> dependencies; field in class:BackupInfo
196 * @param dependencies The backup IDs of the previous backups
210 HashSet<String> dependencies,
222 if (dependencies == null)
224 this.dependencies = new HashSet<String>();
228 this.dependencies = dependencies;
361 return dependencies;
379 return dependencies
206 BackupInfo(BackupDirectory backupDirectory, String backupID, Date backupDate, boolean isIncremental, boolean isCompressed, boolean isEncrypted, byte[] unsignedHash, byte[] signedHash, HashSet<String> dependencies, HashMap<String,String> backupProperties) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/server/
H A DConfigChangeListenerAdaptor.java85 * dependencies.
94 * Finds the dependencies associated with the provided property
103 * @param dependencies
104 * Add dependencies names to this collection.
107 PropertyDefinition<T> pd, Collection<DN> dependencies) {
108 Visitor<T> v = new Visitor<T>(dependencies);
114 private final Collection<DN> dependencies; field in class:ConfigChangeListenerAdaptor.Visitor
119 private Visitor(Collection<DN> dependencies) { argument
120 this.dependencies = dependencies;
106 find(ManagedObjectPath<?, ?> path, PropertyDefinition<T> pd, Collection<DN> dependencies) argument
211 private final Set<DN> dependencies; field in class:ConfigChangeListenerAdaptor
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/server/
H A DConfigChangeListenerAdaptor.java81 * dependencies.
90 * Finds the dependencies associated with the provided property
99 * @param dependencies
100 * Add dependencies names to this collection.
103 PropertyDefinition<T> pd, Collection<DN> dependencies) {
104 Visitor<T> v = new Visitor<>(dependencies);
110 private final Collection<DN> dependencies; field in class:ConfigChangeListenerAdaptor.Visitor
115 private Visitor(Collection<DN> dependencies) { argument
116 this.dependencies = dependencies;
102 find(ManagedObjectPath<?, ?> path, PropertyDefinition<T> pd, Collection<DN> dependencies) argument
195 private final Set<DN> dependencies; field in class:ConfigChangeListenerAdaptor
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DBackupInfo.java125 * The name of the property that holds the set of dependencies in
165 private HashSet<String> dependencies; field in class:BackupInfo
200 * @param dependencies The backup IDs of the previous backups
214 HashSet<String> dependencies,
226 if (dependencies == null)
228 this.dependencies = new HashSet<>();
232 this.dependencies = dependencies;
365 return dependencies;
383 return dependencies
210 BackupInfo(BackupDirectory backupDirectory, String backupID, Date backupDate, boolean isIncremental, boolean isCompressed, boolean isEncrypted, byte[] unsignedHash, byte[] signedHash, HashSet<String> dependencies, HashMap<String,String> backupProperties) argument
[all...]
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/
H A DConfigChangeListenerAdaptor.java80 * A default behavior visitor used for determining the set of dependencies.
88 * Finds the dependencies associated with the provided property
96 * @param dependencies
97 * Add dependencies names to this collection.
100 Collection<DN> dependencies) {
101 Visitor<T> v = new Visitor<>(dependencies);
107 private final Collection<DN> dependencies; field in class:ConfigChangeListenerAdaptor.Visitor
110 private Visitor(Collection<DN> dependencies) { argument
111 this.dependencies = dependencies;
99 find(ManagedObjectPath<?, ?> path, PropertyDefinition<T> pd, Collection<DN> dependencies) argument
170 private final Set<DN> dependencies; field in class:ConfigChangeListenerAdaptor
[all...]
/forgerock/opendj2/ext/ant/lib/
H A Dant-apache-bcel.jar ... .util.Vector classes java.util.Hashtable dependencies java.util.Hashtable containers java.util. ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-apache-bcel.jar ... .util.Vector classes java.util.Hashtable dependencies java.util.Hashtable containers java.util. ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-apache-bcel.jar ... .util.Vector classes java.util.Hashtable dependencies java.util.Hashtable containers java.util. ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-apache-bcel.jar ... .util.Vector classes java.util.Hashtable dependencies java.util.Hashtable containers java.util. ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-apache-bcel.jar ... .util.Vector classes java.util.Hashtable dependencies java.util.Hashtable containers java.util. ...
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DBackupManager.java544 private final HashSet<String> dependencies; field in class:BackupManager.NewBackupArchive
555 dependencies = new HashSet<>();
585 dependencies.add(newBackupParams.baseBackupInfo.getBackupID());
617 dependencies, newBackupParams.backupProperties);
667 * Obtains a list of the dependencies of this backup in order from
675 List<BackupInfo> dependencies = new ArrayList<>();
683 dependencies.add(currentBackupInfo);
686 Collections.reverse(dependencies);
687 return dependencies;
1342 final List<BackupInfo> dependencies
[all...]
/forgerock/opendj2/ext/ant/etc/
H A Dant-bootstrap.jar ... .util.Vector descriptions java.util.Vector dependencies String heading int maxlen String lSep String spaces StringBuffer msg ...
/forgerock/opendj-b2.6/ext/ant/etc/
H A Dant-bootstrap.jar ... .util.Vector descriptions java.util.Vector dependencies String heading int maxlen String lSep String spaces StringBuffer msg ...
/forgerock/opendj2.6.2/ext/ant/etc/
H A Dant-bootstrap.jar ... .util.Vector descriptions java.util.Vector dependencies String heading int maxlen String lSep String spaces StringBuffer msg ...
/forgerock/opendj2-hg/ext/ant/etc/
H A Dant-bootstrap.jar ... .util.Vector descriptions java.util.Vector dependencies String heading int maxlen String lSep String spaces StringBuffer msg ...

Completed in 265 milliseconds

12