JavaScript is disabled on your browser.
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 12c (12.2.1.3.0) E80081-01
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
public interface JarProvider
Allows the URLDescriptor to take over the ability to deliver
the jarURL for the LibraryResource without specific dependency
on any particular descriptor implementation class.
The first use case for this is the LibDepURLDescriptor which
produces a URL for the dependency jar it represents.
Method Summary
All Methods Instance Methods Abstract Methods
Modifier and Type
Method and Description
java.net.URL
getJarURL ()
boolean
jarExists ()
Most providers will already know whether the jar is valid, this saves
the caller from doing expensive I/O when they could just ask the provider.
Method Detail
getJarURL
java.net.URL getJarURL()
Returns:
a URL for the jar represented or null if one couldn't be determined.
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 12c (12.2.1.3.0) E80081-01
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 1997, 2017, Oracle. All rights reserved.