Uses of Interface
manifold.api.fs.IResource
-
Packages that use IResource Package Description manifold.api.fs manifold.api.fs.def manifold.api.fs.jar manifold.api.fs.url -
-
Uses of IResource in manifold.api.fs
Subinterfaces of IResource in manifold.api.fs Modifier and Type Interface Description interfaceIDirectoryinterfaceIFileinterfaceIFileFragmentA fragment of a file that is to be treated separate from the enclosing file.Classes in manifold.api.fs that implement IResource Modifier and Type Class Description classAdditionalDirectoryclassDelegateDirectoryMethods in manifold.api.fs with parameters of type IResource Modifier and Type Method Description StringDelegateDirectory. relativePath(IResource resource)StringIDirectory. relativePath(IResource resource)static StringIDirectoryUtil. relativePath(IResource root, IResource resource) -
Uses of IResource in manifold.api.fs.def
Classes in manifold.api.fs.def that implement IResource Modifier and Type Class Description classFileFragmentImplclassJavaDirectoryImplclassJavaFileImplclassJavaResourceImplMethods in manifold.api.fs.def with parameters of type IResource Modifier and Type Method Description StringJavaDirectoryImpl. relativePath(IResource resource) -
Uses of IResource in manifold.api.fs.jar
Subinterfaces of IResource in manifold.api.fs.jar Modifier and Type Interface Description interfaceIJarFileDirectoryClasses in manifold.api.fs.jar that implement IResource Modifier and Type Class Description classJarEntryDirectoryImplclassJarEntryFileImplclassJarEntryResourceImplclassJarFileDirectoryImplMethods in manifold.api.fs.jar with parameters of type IResource Modifier and Type Method Description StringJarEntryDirectoryImpl. relativePath(IResource resource)StringJarFileDirectoryImpl. relativePath(IResource resource) -
Uses of IResource in manifold.api.fs.url
Classes in manifold.api.fs.url that implement IResource Modifier and Type Class Description classURLFileImplHTTP-backed file.
-