 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.plugin.parameter;
27 import org.jetbrains.annotations.NotNull;
28 import org.jetbrains.annotations.Nullable;
65 public void setFile(@NotNull
final File file) {
Base package of all Gridarta classes.
Reflects a game object (object on a map).
String stringValue
The current value.
void setFile(@NotNull final File file)
Sets the current File.
GameObjects are the objects based on Archetypes found on maps.
File getBaseDir()
Returns the base directory.
Abstract base class for PluginParameter implementations for which the value is calculated from the st...
static String getMapPath(@NotNull final File file, @NotNull final File baseDir)
Returns a relative path path for a File.
Interface for MapArchObjects.
AbstractPathParameter(@NotNull final File baseDir)
Creates a new instance.
final File baseDir
The base directory.
An exception that is thrown if the string representation of value in a {} cannot be converted to an o...
Utility class for converting relative map paths to absolute map paths and vice versa.
Base class for PluginParameters that hold a {} value.
boolean setStringValue( @NotNull final String stringValue)
Updates the parameter value.