20 package net.sf.gridarta.model.mapmodel;
22 import java.io.Serializable;
23 import java.util.regex.Pattern;
24 import org.jetbrains.annotations.NotNull;
25 import org.jetbrains.annotations.Nullable;
31 public interface MapPath extends Serializable {
Pattern SEPARATOR
A Pattern to split a map path's string representation into components.
Represents a maps directory local map path.
String getMapComponent()
Returns the initial path component of a map path.
String getPath()
Returns the map path information.