Home
last modified time | relevance | path

Searched refs:bundleLocation (Results 1 – 25 of 41) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/equinox/p2/publisher/eclipse/
H A DBundlesAction.java634 File bundleLocation) { in getManifestLocalizations() argument
642 bundleLocation.isFile()) { in getManifestLocalizations()
701 bundleLocation.isFile()) { in getHostLocalizations()
717 File bundleLocation) { in createBundleDescription() argument
729 bundleLocation == null ? null : bundleLocation.getAbsoluteFile()); in createBundleDescription()
744 logWarning(bundleLocation, e); in createBundleDescriptionIgnoringExceptions()
747 logWarning(bundleLocation, e); in createBundleDescriptionIgnoringExceptions()
772 logWarning(bundleLocation, e); in loadManifestIgnoringExceptions()
775 logWarning(bundleLocation, e); in loadManifestIgnoringExceptions()
852 String bundleLocation) { in parseManifestHeader() argument
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/
H A DConfigurationAdminImpl.java31 private final String bundleLocation; field in ConfigurationAdminImpl
37 this.bundleLocation = ConfigurationAdminImpl.getLocation(bundle); in ConfigurationAdminImpl()
42 return internalGetConfiguration(factoryPid, bundleLocation, true, true, null); in createFactoryConfiguration()
52 return internalGetConfiguration(pid, bundleLocation, false, true, null); in getConfiguration()
62 return internalGetConfiguration(factoryPid, bundleLocation, true, true, name); in getFactoryConfiguration()
72 this.configurationAdminFactory.checkConfigurePermission(location, bundleLocation); in internalGetConfiguration()
84 this.configurationAdminFactory.checkConfigurePermission(configLocation, bundleLocation); in internalGetConfiguration()
86 config.bind(bundleLocation); in internalGetConfiguration()
89 this.configurationAdminFactory.checkConfigurePermission(configLocation, bundleLocation); in internalGetConfiguration()
109 this.configurationAdminFactory.checkConfigurePermission(config.getLocation(), bundleLocation); in listConfigurations() local
H A DConfigurationImpl.java41 private String bundleLocation; field in ConfigurationImpl
61 this.bundleLocation = bundleLocation; in ConfigurationImpl()
101 if (bundleLocation == null) { in bind()
102 bundleLocation = callerLocation; in bind()
112 return (callerLocation.equals(bundleLocation)); in bind()
132 bundleLocation = null; in unbind()
180 return bundleLocation; in getLocation()
192 if (bundleLocation != null) in getBundleLocation()
193 return bundleLocation; in getBundleLocation()
302 String oldLocation = this.bundleLocation; in setBundleLocation()
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Testing/
H A DAppBundle.php26 public function setBundleLocation(Google_Service_Testing_FileReference $bundleLocation) argument
28 $this->bundleLocation = $bundleLocation;
35 return $this->bundleLocation;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Testing/
H A DAppBundle.php26 public function setBundleLocation(Google_Service_Testing_FileReference $bundleLocation) argument
28 $this->bundleLocation = $bundleLocation;
35 return $this->bundleLocation;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/src/org/eclipse/equinox/internal/provisional/p2/installer/
H A DInstallDescription.java32 private IPath bundleLocation; field in InstallDescription
61 return bundleLocation; in getBundleLocation()
125 public void setBundleLocation(IPath bundleLocation) { in setBundleLocation() argument
126 this.bundleLocation = bundleLocation; in setBundleLocation()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/
H A DPDEState.java208 public boolean addBundle(File bundleLocation) { in addBundle() argument
210 manifest = loadManifest(bundleLocation); in addBundle()
212 return addFlexibleRoot(bundleLocation); in addBundle()
215 hasQualifier(bundleLocation, manifest); in addBundle()
219 return addBundle(manifest, bundleLocation); in addBundle()
222 private boolean addFlexibleRoot(File bundleLocation) { in addFlexibleRoot() argument
223 if (!new File(bundleLocation, PDE_CORE_PREFS).exists()) in addFlexibleRoot()
230 return addBundle(new File(bundleLocation, root)); in addFlexibleRoot()
270 private String getQualifierPropery(String bundleLocation) { in getQualifierPropery() argument
287 …if ("jar".equalsIgnoreCase(new Path(bundleLocation.getName()).getFileExtension()) && bundleLocatio… in basicLoadManifest()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/buildpath/
H A DBuildPathSupport.java128 IPath bundleLocation = P2Utils.getBundleLocationPath(bundleInfo); in getBundleFileLocation() local
129 if(bundleLocation != null) { in getBundleFileLocation()
130 File bundleLoc = bundleLocation.toFile(); in getBundleFileLocation()
132 return bundleLocation.append(filePath); in getBundleFileLocation()
205 IPath bundleLocation = getBundleLocation(bundleId, versionRange); in getLibraryEntry() local
206 if (bundleLocation != null) { in getLibraryEntry()
211 bundleRootLocation= getLocationIfExists(bundleLocation, bundleRoot); in getLibraryEntry()
221 IPath srcLocation= getSourceLocation(bundleLocation); in getLibraryEntry()
240 private IPath getSourceLocation(IPath bundleLocation) { in getSourceLocation() argument
244 srcLocation= getLocationIfExists(bundleLocation, repositorySource); in getSourceLocation()
[all …]
H A DP2Utils.java128 URI bundleLocation= bundleInfo.getLocation(); in getBundleLocationPath()
129 if (bundleLocation == null) in getBundleLocationPath()
133 URL localFileURL= FileLocator.toFileURL(URIUtil.toURL(bundleLocation)); in getBundleLocationPath()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/
H A DMinimalState.java98 …public BundleDescription addBundle(Map<String, String> manifest, File bundleLocation, long bundleI… in addBundle() argument
102 …ateObjectFactory.createBundleDescription(fState, dictionaryManifest, bundleLocation.getAbsolutePat… in addBundle()
112 …us(PDECore.PLUGIN_ID, 0, NLS.bind(UtilMessages.ErrorReadingManifest, bundleLocation.toString()), n… in addBundle()
120 public BundleDescription addBundle(File bundleLocation, long bundleId) throws CoreException { in addBundle() argument
121 Map<String, String> manifest = ManifestUtils.loadManifest(bundleLocation); in addBundle()
125 BundleDescription desc = addBundle(manifest, bundleLocation, bundleId); in addBundle()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/
H A DManifestUtils.java100 public static Map<String, String> loadManifest(File bundleLocation) throws CoreException { in loadManifest() argument
103 if (bundleLocation.isFile()) { in loadManifest()
107 jarFile = new ZipFile(bundleLocation, ZipFile.OPEN_READ); in loadManifest()
125 File file = new File(bundleLocation, JarFile.MANIFEST_NAME); in loadManifest()
134 …OT_A_BUNDLE_MANIFEST, NLS.bind(UtilMessages.ErrorManifestFileAbsent, bundleLocation.getAbsolutePat… in loadManifest()
139 …E_NOT_A_BUNDLE_MANIFEST, NLS.bind(UtilMessages.ErrorReadingManifest, bundleLocation.getAbsolutePat… in loadManifest()
142 …R, PDECore.PLUGIN_ID, 0, NLS.bind(UtilMessages.ErrorReadingManifest, bundleLocation.getAbsolutePat… in loadManifest()
H A DCoreUtility.java259 public static org.eclipse.jface.text.Document getTextDocument(File bundleLocation, String path) { in getTextDocument() argument
263 String extension = new Path(bundleLocation.getName()).getFileExtension(); in getTextDocument()
264 if ("jar".equals(extension) && bundleLocation.isFile()) { //$NON-NLS-1$ in getTextDocument()
265 jarFile = new ZipFile(bundleLocation, ZipFile.OPEN_READ); in getTextDocument()
271 File file = new File(bundleLocation, path); in getTextDocument()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/
H A DBundleProjectService.java267 private Map<String, String> loadManifest(File bundleLocation) throws CoreException { in loadManifest() argument
270 String extension = new Path(bundleLocation.getName()).getFileExtension(); in loadManifest()
272 if (extension != null && extension.equals("jar") && bundleLocation.isFile()) { //$NON-NLS-1$ in loadManifest()
273 jarFile = new ZipFile(bundleLocation, ZipFile.OPEN_READ); in loadManifest()
279 File file = new File(bundleLocation, JarFile.MANIFEST_NAME); in loadManifest()
289 …VALID_MANIFEST, NLS.bind(Messages.TargetBundle_ErrorReadingManifest, bundleLocation.getAbsolutePat… in loadManifest()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/utils/
H A DSimpleConfiguratorUtils.java371 String bundleLocation = null;
374 bundleLocation = bundleLocationURL.toExternalForm();
377 bundleLocation = location.toString();
380 if (useReference && bundleLocation.startsWith(FILE_PREFIX))
381 bundleLocation = REFERENCE_PREFIX + bundleLocation;
382 return bundleLocation;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/pde/internal/build/publisher/
H A DGatherBundleAction.java32 private File bundleLocation = null; field in GatherBundleAction
40 this.bundleLocation = location; in GatherBundleAction()
60 BundleDescription bundle = createBundleDescription(manifest, bundleLocation); in getBundleDescriptions()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/
H A DBundleComponent.java832 protected String readFileContents(String xmlFileName, File bundleLocation) { in readFileContents() argument
836 String extension = new Path(bundleLocation.getName()).getFileExtension(); in readFileContents()
838 jarFile = new ZipFile(bundleLocation, ZipFile.OPEN_READ); in readFileContents()
844 File file = new File(bundleLocation, xmlFileName); in readFileContents()
869 protected String loadApiDescription(File bundleLocation) throws IOException { in loadApiDescription() argument
874 String extension = new Path(bundleLocation.getName()).getFileExtension(); in loadApiDescription()
876 jarFile = new ZipFile(bundleLocation, ZipFile.OPEN_READ); in loadApiDescription()
883 File file = new File(bundleLocation, IApiCoreConstants.API_DESCRIPTION_XML_NAME); in loadApiDescription()
910 String extension = new Path(bundleLocation.getName()).getFileExtension(); in getFileInBundle()
914 urlSt.append(bundleLocation.getAbsolutePath()); in getFileInBundle()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/src/org/eclipse/equinox/internal/p2/extensionlocation/
H A DSiteListener.java311 File bundleLocation = plugins[i]; in getPlugins() local
312 if (bundleLocation.isDirectory() || bundleLocation.getName().endsWith(".jar")) { //$NON-NLS-1$ in getPlugins()
313 …eDescription description = BundlesAction.createBundleDescriptionIgnoringExceptions(bundleLocation); in getPlugins()
317 result.put(id + '/' + version, bundleLocation); in getPlugins()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.intro.universal/src/org/eclipse/ui/internal/intro/universal/util/
H A DBundleUtil.java226 URL bundleLocation = bundle.getEntry(""); //$NON-NLS-1$ in getResolvedBundleLocation() local
227 if (bundleLocation == null) in getResolvedBundleLocation()
233 return toExternalForm(bundleLocation); in getResolvedBundleLocation()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/condpermadmin/
H A DBundleLocationCondition.java69 String bundleLocation = AccessController.doPrivileged(new PrivilegedAction<String>() { in getCondition() local
83 matchProps.put("location", bundleLocation); in getCondition()
/dports/databases/libgda5/libgda-5.2.10/libgda/binreloc/
H A Dgda-binreloc.c198 FSRef bundleLocation;
202 (GetProcessBundleLocation (&myProcess, &bundleLocation) == noErr) &&
203 (FSRefMakePath (&bundleLocation, bundlePath, MAXLEN) == noErr)) {
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/binreloc/
H A Dgda-binreloc.c198 FSRef bundleLocation;
202 (GetProcessBundleLocation (&myProcess, &bundleLocation) == noErr) &&
203 (FSRefMakePath (&bundleLocation, bundlePath, MAXLEN) == noErr)) {
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/binreloc/
H A Dgda-binreloc.c198 FSRef bundleLocation; in gda_gbr_get_file_path()
202 (GetProcessBundleLocation (&myProcess, &bundleLocation) == noErr) && in gda_gbr_get_file_path()
203 (FSRefMakePath (&bundleLocation, bundlePath, MAXLEN) == noErr)) { in gda_gbr_get_file_path()
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/binreloc/
H A Dgda-binreloc.c198 FSRef bundleLocation; in gda_gbr_get_file_path()
202 (GetProcessBundleLocation (&myProcess, &bundleLocation) == noErr) && in gda_gbr_get_file_path()
203 (FSRefMakePath (&bundleLocation, bundlePath, MAXLEN) == noErr)) { in gda_gbr_get_file_path()
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda/binreloc/
H A Dgda-binreloc.c198 FSRef bundleLocation; in gda_gbr_get_file_path()
202 (GetProcessBundleLocation (&myProcess, &bundleLocation) == noErr) && in gda_gbr_get_file_path()
203 (FSRefMakePath (&bundleLocation, bundlePath, MAXLEN) == noErr)) { in gda_gbr_get_file_path()
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/binreloc/
H A Dgda-binreloc.c198 FSRef bundleLocation; in gda_gbr_get_file_path()
202 (GetProcessBundleLocation (&myProcess, &bundleLocation) == noErr) && in gda_gbr_get_file_path()
203 (FSRefMakePath (&bundleLocation, bundlePath, MAXLEN) == noErr)) { in gda_gbr_get_file_path()

12