Searched defs:EXTENSIONS_DIR (Results 1 - 7 of 7) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/admin/
H A DClassLoaderProvider.java151 private static final String EXTENSIONS_DIR = "extensions"; field in class:ClassLoaderProvider
226 File extensionsPath = new File(libPath, EXTENSIONS_DIR);
330 new File(libDir, EXTENSIONS_DIR).getCanonicalFile();
334 installExtensionsPath = new File(libDir, EXTENSIONS_DIR);
343 new File(libDir, EXTENSIONS_DIR).getCanonicalFile();
347 instanceExtensionsPath = new File(libDir, EXTENSIONS_DIR);
449 append(EXTENSIONS_DIR).
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DClassLoaderProvider.java152 private static final String EXTENSIONS_DIR = "extensions"; field in class:ClassLoaderProvider
227 File extensionsPath = new File(libPath, EXTENSIONS_DIR);
331 new File(libDir, EXTENSIONS_DIR).getCanonicalFile();
335 installExtensionsPath = new File(libDir, EXTENSIONS_DIR);
344 new File(libDir, EXTENSIONS_DIR).getCanonicalFile();
348 instanceExtensionsPath = new File(libDir, EXTENSIONS_DIR);
450 append(EXTENSIONS_DIR).
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DClassLoaderProvider.java152 private static final String EXTENSIONS_DIR = "extensions"; field in class:ClassLoaderProvider
227 File extensionsPath = new File(libPath, EXTENSIONS_DIR);
331 new File(libDir, EXTENSIONS_DIR).getCanonicalFile();
335 installExtensionsPath = new File(libDir, EXTENSIONS_DIR);
344 new File(libDir, EXTENSIONS_DIR).getCanonicalFile();
348 instanceExtensionsPath = new File(libDir, EXTENSIONS_DIR);
450 append(EXTENSIONS_DIR).
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DClassLoaderProvider.java151 private static final String EXTENSIONS_DIR = "extensions"; field in class:ClassLoaderProvider
226 File extensionsPath = new File(libPath, EXTENSIONS_DIR);
330 new File(libDir, EXTENSIONS_DIR).getCanonicalFile();
334 installExtensionsPath = new File(libDir, EXTENSIONS_DIR);
343 new File(libDir, EXTENSIONS_DIR).getCanonicalFile();
347 instanceExtensionsPath = new File(libDir, EXTENSIONS_DIR);
449 append(EXTENSIONS_DIR).
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DClassLoaderProvider.java152 private static final String EXTENSIONS_DIR = "extensions"; field in class:ClassLoaderProvider
227 File extensionsPath = new File(libPath, EXTENSIONS_DIR);
331 new File(libDir, EXTENSIONS_DIR).getCanonicalFile();
335 installExtensionsPath = new File(libDir, EXTENSIONS_DIR);
344 new File(libDir, EXTENSIONS_DIR).getCanonicalFile();
348 instanceExtensionsPath = new File(libDir, EXTENSIONS_DIR);
450 append(EXTENSIONS_DIR).
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DClassLoaderProvider.java127 private static final String EXTENSIONS_DIR = "extensions"; field in class:ClassLoaderProvider
244 return new File(libDir, EXTENSIONS_DIR).getCanonicalFile();
246 return new File(libDir, EXTENSIONS_DIR);
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DConfigurationFramework.java134 private static final String EXTENSIONS_DIR = "extensions"; field in class:ConfigurationFramework
496 return new File(libDir, EXTENSIONS_DIR).getCanonicalFile();
498 return new File(libDir, EXTENSIONS_DIR);

Completed in 31 milliseconds