 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.model.settings;
23 import org.jetbrains.annotations.NotNull;
40 return new File(
"arch");
45 throw new AssertionError();
67 throw new AssertionError();
72 throw new AssertionError();
78 throw new AssertionError();
84 throw new AssertionError();
89 throw new AssertionError();
95 throw new AssertionError();
100 throw new AssertionError();
106 throw new AssertionError();
112 return new File(
"collected");
123 throw new AssertionError();
File getConfigurationDirectory()
Returns the configuration directory which is used to load configuration information like types....
File getPickmapDir()
Returns the pickmap directory.
void setConfigSourceName(@NotNull final String configSourceName)
Sets the name of the configuration source.
File getMediaDirectory()
Returns the media directory.
void fireMapsDirectoryChanged()
Notifies all listeners about a changed maps directory.
File getMapsDirectory()
Returns the default maps directory.
File mapsDirectory
The maps directory.
void setArchDirectory(@NotNull final File archDirectory)
Sets the archetype directory.
File getCollectedDirectory()
Returns the directory where collected archetypes are stored.
String getUserName()
Returns the user name.
void setMapsDirectory(@NotNull final File mapsDirectory)
Sets the default maps directory.
String getImageSet()
Returns the image set.
An ProjectSettings implementation for testing purposes.
void setUserName(@NotNull final String userName)
Sets the user name.
File getArchDirectory()
Returns the archetype directory.
boolean saveIndices()
Returns whether indices should be saved to disk.
String getConfigSourceName()
Returns the name of the configuration source.
Abstract base class for ProjectSettings implementations.
void setImageSet(@NotNull final String imageSet)
Sets the image set.
void setMediaDirectory(@NotNull final File mediaDirectory)
Sets the media directory.