Uses of Interface
com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.Resource
Packages that use Resource
Package
Description
-
Uses of Resource in com.buschmais.jqassistant.plugin.common.api.scanner
Methods in com.buschmais.jqassistant.plugin.common.api.scanner that return Resource -
Uses of Resource in com.buschmais.jqassistant.plugin.common.api.scanner.filesystem
Subinterfaces of Resource in com.buschmais.jqassistant.plugin.common.api.scanner.filesystemModifier and TypeInterfaceDescriptioninterfaceRepresents a directory resource.interfaceRepresents a file resource.Classes in com.buschmais.jqassistant.plugin.common.api.scanner.filesystem that implement ResourceModifier and TypeClassDescriptionclassAbstract base implementation of a virtual directory.classDeprecated.classAbstract base implementation of a file resource which uses a temporary file. -
Uses of Resource in com.buschmais.jqassistant.plugin.common.impl.scanner
Classes in com.buschmais.jqassistant.plugin.common.impl.scanner that implement ResourceModifier and TypeClassDescriptionclassImplementation of a file resource which wraps a buffered inputstream and allows re-using a once opened stream.Methods in com.buschmais.jqassistant.plugin.common.impl.scanner that return Resource