Uses of Interface
org.aksw.shellgebra.exec.graph.FdResource
Packages that use FdResource
-
Uses of FdResource in org.aksw.shellgebra.exec.graph
Classes in org.aksw.shellgebra.exec.graph that implement FdResourceModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordMethods in org.aksw.shellgebra.exec.graph that return FdResourceModifier and TypeMethodDescriptionstatic FdResourceFdResource.of(InputStream is) static FdResourceFdResource.of(OutputStream os) static FdResourcestatic FdResourceFdResource.openAppend(FileDescription<FdResource.FdResourcePath> fd) static FdResourceFdResource.openWrite(FileDescription<FdResource.FdResourcePath> fd) Methods in org.aksw.shellgebra.exec.graph that return types with arguments of type FdResourceModifier and TypeMethodDescriptionJRedirect.JRedirectFileDescription.fileDescription()Returns the value of thefileDescriptionrecord component.ProcessCxt.getFdTable()static FileDescription<FdResource> FileDescriptions.of(InputStream is) static FileDescription<FdResource> FileDescriptions.of(OutputStream os) static FileDescription<FdResource> Method parameters in org.aksw.shellgebra.exec.graph with type arguments of type FdResourceModifier and TypeMethodDescriptionFdResource.castAsFdPath(FileDescription<FdResource> fd) Try to cast the file description to one backed by a path.Constructor parameters in org.aksw.shellgebra.exec.graph with type arguments of type FdResourceModifierConstructorDescriptionJRedirectFileDescription(FileDescription<FdResource> fileDescription) Creates an instance of aJRedirectFileDescriptionrecord class.