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 Summary
Constructors -
Method Summary
-
Constructor Details
-
ResourceWrapper
public ResourceWrapper()
-
-
Method Details
-
getUrl
- Returns:
- The url.
- See Also:
-
setUrl
- Parameters:
url- a new url
-
getPath
- Returns:
- the absolute path (might be inside the classpath or outside)
-
setPath
- Parameters:
path- a new path
-
equals
-
hashCode
-