ResourceProvider class abstract
Instances of the class ResourceProvider convert String paths into Resources.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- pathContext → Context
-
Get the path context used by this resource provider.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getFile(
String path) → File -
Return a File that corresponds to the given
path
. -
getFolder(
String path) → Folder -
Return a Folder that corresponds to the given
path
. -
getResource(
String path) → Resource -
Return the Resource that corresponds to the given
path
. -
getStateLocation(
String pluginId) → Folder? -
Return the folder in which the plugin with the given
pluginId
can store state that will persist across sessions. The folder returned for a given id will not be returned for a different id, ensuring that plugins do not need to be concerned with file name collisions with other plugins, assuming that the plugin ids are unique. The plugin ids must be valid folder names. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited