Package io.kjson.resource
Object Resource.Companion
-
- All Implemented Interfaces:
public class Resource.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcurrentPathpublic final static Resource.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final URLclassPathURL(String name)Get a URL for a resource in the classpath (will be either a file:or ajar:URL).final StringgetCurrentPath()-
-
Method Detail
-
classPathURL
final URL classPathURL(String name)
Get a URL for a resource in the classpath (will be either a
file:or ajar:URL).
-
getCurrentPath
final String getCurrentPath()
-
-
-
-