Home
last modified time | relevance | path

Searched refs:osgiLocation (Results 1 – 1 of 1) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/
H A DStorage.java158 private final Location osgiLocation; field in Storage
226 this.childRoot = new File(osgiLocation.getURL().getPath()); in Storage()
229 cleanOSGiStorage(osgiLocation, childRoot); in Storage()
231 if (!this.osgiLocation.isReadOnly()) { in Storage()
234 Location parent = this.osgiLocation.getParentLocation(); in Storage()
253 cleanOSGiStorage(osgiLocation, childRoot); in Storage()
268 cleanOSGiStorage(osgiLocation, childRoot); in Storage()
565 return osgiLocation.isReadOnly(); in isReadOnly()
655 if (osgiLocation.isReadOnly()) {
895 if (osgiLocation.isReadOnly()) {
[all …]