Class InMemoryResource
- java.lang.Object
-
- io.nuun.kernel.core.internal.scanner.inmemory.InMemoryFile<Resource>
-
- io.nuun.kernel.core.internal.scanner.inmemory.InMemoryResource
-
- All Implemented Interfaces:
org.reflections.vfs.Vfs.File
public class InMemoryResource extends InMemoryFile<Resource>
- Author:
- epo.jemba@kametic.com
-
-
Field Summary
-
Fields inherited from class io.nuun.kernel.core.internal.scanner.inmemory.InMemoryFile
content
-
-
Constructor Summary
Constructors Constructor Description InMemoryResource(Resource content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetRelativePath()-
Methods inherited from class io.nuun.kernel.core.internal.scanner.inmemory.InMemoryFile
getContent, openInputStream
-
-
-
-
Constructor Detail
-
InMemoryResource
public InMemoryResource(Resource content)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.reflections.vfs.Vfs.File- Specified by:
getNamein classInMemoryFile<Resource>
-
getRelativePath
public String getRelativePath()
- Specified by:
getRelativePathin interfaceorg.reflections.vfs.Vfs.File- Specified by:
getRelativePathin classInMemoryFile<Resource>
-
-