Class ResourceWrapper
java.lang.Object
ac.simons.neo4j.migrations.quarkus.runtime.ResourceWrapper
A wrapper around a classpath resource written in a way so that Quarkus can serialize it
to and load it from bytecode.
- Since:
- 1.3.0
- Author:
- Michael J. Simons
-
Constructor Details
-
ResourceWrapper
public ResourceWrapper()
-
-
Method Details
-
getUrl
-
setUrl
Configures the URL to use for this resource.- Parameters:
url- a new url
-
getPath
Returns the absolute path (might be inside the classpath or outside).- Returns:
- the absolute path (might be inside the classpath or outside)
-
setPath
-
equals
-
hashCode
-