ResourceFinder) and
creating resources (ResourceCreator).See: Description
| Interface | Description |
|---|---|
| Resource |
A
Resource is "something" that is typically found by a ResourceFinder, can be Resource.open()ed for reading, and optionally
has a Resource.lastModified() property. |
| ResourceCreator |
Opens a resource, characterized by a name, for writing.
|
| Class | Description |
|---|---|
| DirectoryResourceCreator |
Creates a resource in a given directory:
destinationDirectory/resourceName
|
| DirectoryResourceFinder |
A
FileResourceFinder that finds file resources in a directory. |
| FileResource |
Representation of a resource that is a
File. |
| FileResourceCreator |
Stores a stream of bytes in a named resource.
|
| FileResourceFinder |
This class specializes the
ResourceFinder for finding resources
in Files. |
| ResourceFinder |
Finds a resource by name.
|
ResourceFinder) and
creating resources (ResourceCreator).Copyright © 2020. All rights reserved.