Uses of Class
org.praxislive.core.types.PResource
-
Packages that use PResource Package Description org.praxislive.code org.praxislive.core.types org.praxislive.video.gstreamer -
-
Uses of PResource in org.praxislive.code
Methods in org.praxislive.code that return PResource Modifier and Type Method Description PResource
LibraryResolver.Entry. resource()
Get the primary resource.Methods in org.praxislive.code that return types with arguments of type PResource Modifier and Type Method Description Stream<PResource>
LibraryResolver.Context. provided()
Stream of already resolved libraries, including transitive dependencies and/or alternative identifiers.Stream<PResource>
LibraryResolver.SystemInfo. provided()
A stream of libraries already provided by the running PraxisCORE system.List<PResource>
LibraryResolver.Entry. provides()
Get the list of all provided resources.Stream<PResource>
LibraryResolver.Context. resolved()
Stream of already resolved libraries.Methods in org.praxislive.code with parameters of type PResource Modifier and Type Method Description Optional<LibraryResolver.Entry>
LibraryResolver. resolve(PResource resource, LibraryResolver.Context context)
Resolve the provided resource to anLibraryResolver.Entry
with local files to add for compilation.Constructors in org.praxislive.code with parameters of type PResource Constructor Description Entry(PResource resource, List<Path> files)
Create an Entry for the provided resource and any additional required files.Entry(PResource resource, List<Path> files, List<PResource> provides)
Create an Entry for the provided resources and any additional required files. -
Uses of PResource in org.praxislive.core.types
Methods in org.praxislive.core.types that return PResource Modifier and Type Method Description static PResource
PResource. of(URI uri)
static PResource
PResource. parse(String str)
Methods in org.praxislive.core.types that return types with arguments of type PResource Modifier and Type Method Description static Optional<PResource>
PResource. from(Value arg)
Methods in org.praxislive.core.types with parameters of type PResource Modifier and Type Method Description int
PResource. compareTo(PResource o)
List<URI>
PResource.Resolver. resolve(PResource resource)
-
Uses of PResource in org.praxislive.video.gstreamer
Method parameters in org.praxislive.video.gstreamer with type arguments of type PResource Modifier and Type Method Description VideoPlayer
VideoPlayer. location(Optional<PResource> location)
-