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