Searched defs:extension (Results 1 - 25 of 61) sorted by relevance

123

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DExtensionFileFilter.java40 private String extension; field in class:ExtensionFileFilter
46 * @param extension the extension of the file we want to filter on.
47 * @param description the description for the extension.
49 public ExtensionFileFilter(String extension, String description) argument
51 this.extension = extension;
69 f.getName().toLowerCase().endsWith("." + extension.toLowerCase());
72 accept = f.getName().endsWith("." + extension);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DExtensionFileFilter.java41 private String extension; field in class:ExtensionFileFilter
47 * @param extension the extension of the file we want to filter on.
48 * @param description the description for the extension.
50 public ExtensionFileFilter(String extension, String description) argument
52 this.extension = extension;
70 f.getName().toLowerCase().endsWith("." + extension.toLowerCase());
73 accept = f.getName().endsWith("." + extension);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DExtensionFileFilter.java41 private String extension; field in class:ExtensionFileFilter
47 * @param extension the extension of the file we want to filter on.
48 * @param description the description for the extension.
50 public ExtensionFileFilter(String extension, String description) argument
52 this.extension = extension;
70 f.getName().toLowerCase().endsWith("." + extension.toLowerCase());
73 accept = f.getName().endsWith("." + extension);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DExtensionFileFilter.java40 private String extension; field in class:ExtensionFileFilter
46 * @param extension the extension of the file we want to filter on.
47 * @param description the description for the extension.
49 public ExtensionFileFilter(String extension, String description) argument
51 this.extension = extension;
69 f.getName().toLowerCase().endsWith("." + extension.toLowerCase());
72 accept = f.getName().endsWith("." + extension);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DExtensionFileFilter.java41 private String extension; field in class:ExtensionFileFilter
47 * @param extension the extension of the file we want to filter on.
48 * @param description the description for the extension.
50 public ExtensionFileFilter(String extension, String description) argument
52 this.extension = extension;
70 f.getName().toLowerCase().endsWith("." + extension.toLowerCase());
73 accept = f.getName().endsWith("." + extension);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DExtensionFileFilter.java40 private String extension; field in class:ExtensionFileFilter
46 * @param extension the extension of the file we want to filter on.
47 * @param description the description for the extension.
49 public ExtensionFileFilter(String extension, String description) argument
51 this.extension = extension;
67 f.getName().toLowerCase().endsWith("." + extension.toLowerCase());
70 accept = f.getName().endsWith("." + extension);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DModifyResponse.java75 private Element extension = null; field in class:ModifyResponse
146 if (extension != null) {
154 extension = (Element) child;
242 return extension;
246 * Sets modify response extension.
247 * @param extension Element
250 public void setExtension(Element extension) { argument
251 this.extension = extension;
282 if (extension !
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DModifyResponse.java75 private Element extension = null; field in class:ModifyResponse
146 if (extension != null) {
154 extension = (Element) child;
242 return extension;
246 * Sets modify response extension.
247 * @param extension Element
250 public void setExtension(Element extension) { argument
251 this.extension = extension;
282 if (extension !
[all...]
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DClassLoaderProvider.java143 // The name of the manifest file listing a extension's configuration
145 private static final String EXTENSION_MANIFEST = "extension.manifest";
185 // run-time. For example, when removing or replacing extension Jar
212 * If one of the extension names was not a single relative
229 for (String extension : extensions) {
230 File file = new File(extensionsPath, extension);
239 + extension);
318 // First load the extension from the install directory, then
325 // load install dir extension
338 // load instance dir extension
526 getBuildInformation(JarFile extension) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DClassLoaderProvider.java144 // The name of the manifest file listing a extension's configuration
146 private static final String EXTENSION_MANIFEST = "extension.manifest";
186 // run-time. For example, when removing or replacing extension Jar
213 * If one of the extension names was not a single relative
230 for (String extension : extensions) {
231 File file = new File(extensionsPath, extension);
240 + extension);
319 // First load the extension from the install directory, then
326 // load install dir extension
339 // load instance dir extension
527 getBuildInformation(JarFile extension) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DClassLoaderProvider.java144 // The name of the manifest file listing a extension's configuration
146 private static final String EXTENSION_MANIFEST = "extension.manifest";
186 // run-time. For example, when removing or replacing extension Jar
213 * If one of the extension names was not a single relative
230 for (String extension : extensions) {
231 File file = new File(extensionsPath, extension);
240 + extension);
319 // First load the extension from the install directory, then
326 // load install dir extension
339 // load instance dir extension
527 getBuildInformation(JarFile extension) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DClassLoaderProvider.java143 // The name of the manifest file listing a extension's configuration
145 private static final String EXTENSION_MANIFEST = "extension.manifest";
185 // run-time. For example, when removing or replacing extension Jar
212 * If one of the extension names was not a single relative
229 for (String extension : extensions) {
230 File file = new File(extensionsPath, extension);
239 + extension);
318 // First load the extension from the install directory, then
325 // load install dir extension
338 // load instance dir extension
526 getBuildInformation(JarFile extension) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DClassLoaderProvider.java144 // The name of the manifest file listing a extension's configuration
146 private static final String EXTENSION_MANIFEST = "extension.manifest";
186 // run-time. For example, when removing or replacing extension Jar
213 * If one of the extension names was not a single relative
230 for (String extension : extensions) {
231 File file = new File(extensionsPath, extension);
240 + extension);
319 // First load the extension from the install directory, then
326 // load install dir extension
339 // load instance dir extension
527 getBuildInformation(JarFile extension) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/
H A DDSTModify.java102 private List extension = new ArrayList(); field in class:DSTModify
295 * Gets the extension property
301 return extension;
305 * Sets the extension property
312 extension.addAll(extensions);
H A DDSTModifyResponse.java75 private List extension = new ArrayList(); field in class:DSTModifyResponse
215 * Gets the extension property.
220 return extension;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/
H A DDSTModify.java102 private List extension = new ArrayList(); field in class:DSTModify
295 * Gets the extension property
301 return extension;
305 * Sets the extension property
312 extension.addAll(extensions);
H A DDSTModifyResponse.java75 private List extension = new ArrayList(); field in class:DSTModifyResponse
215 * Gets the extension property.
220 return extension;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DClassLoaderProvider.java120 /** The name of the manifest file listing a extension's configuration definition classes. */
121 private static final String EXTENSION_MANIFEST = "extension.manifest";
157 * loader at run-time. For example, when removing or replacing extension Jar files (the URLClassLoader
230 // First load the extension from the install directory, then from the instance directory.
292 for (File extension : extensions) {
293 if (jarFiles.contains(extension)) {
299 jars.add(loadJarFile(extension));
303 loader.addJarFile(extension);
308 .get(extension.getName(), extension
376 printExtensionDetails(PrintStream ps, File extension) argument
415 getBuildInformation(JarFile extension) argument
[all...]
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DConfigurationFramework.java166 * run-time. For example, when removing or replacing extension Jar
333 for (final File extension : extensions) {
334 printExtensionDetails(ps, extension);
340 private void printExtensionDetails(PrintStream ps, File extension) { argument
343 JarFile jarFile = new JarFile(extension);
363 // ignore extra information for this extension
400 for (final File extension : extensions) {
401 if (jarFiles.contains(extension)) {
407 jars.add(loadJarFile(extension));
411 loader.addJarFile(extension);
447 getBuildInformation(final JarFile extension) argument
[all...]
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Dactivation.jarMETA-INF/MANIFEST.MF META-INF/SUN_MICR.SF META-INF/SUN_MICR.RSA META ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Dactivation.jarMETA-INF/MANIFEST.MF META-INF/SUN_MICR.SF META-INF/SUN_MICR.RSA META ...
/forgerock/opendj2/ext/ant/lib/
H A Dant.jar ... ant/taskdefs/optional/ejb/ org/apache/tools/ant/taskdefs/optional/extension/ org/apache/tools/ant/taskdefs/optional/extension/resolvers/ org/apache ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant.jar ... ant/taskdefs/optional/ejb/ org/apache/tools/ant/taskdefs/optional/extension/ org/apache/tools/ant/taskdefs/optional/extension/resolvers/ org/apache ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant.jar ... ant/taskdefs/optional/ejb/ org/apache/tools/ant/taskdefs/optional/extension/ org/apache/tools/ant/taskdefs/optional/extension/resolvers/ org/apache ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant.jar ... ant/taskdefs/optional/ejb/ org/apache/tools/ant/taskdefs/optional/extension/ org/apache/tools/ant/taskdefs/optional/extension/resolvers/ org/apache ...

Completed in 136 milliseconds

123