Interface DirectoryMapPersistance
-
- All Known Implementing Classes:
DirectoryMapPersistanceImpl
public interface DirectoryMapPersistance
- Author:
- Eugene Petrenko (eugene.petrenko@gmail.com) Date: 16.03.11 19:37
-
-
Field Summary
Fields Modifier and Type Field Description static String
BUILDTYPE_NAME_SEPARATOR
static String
DATE_EXPIRE_SEPARATOR
static String
DIRECTORY_MAP_FILENAME
static String
FOLDER_DATE_SEPARATOR
static String
NAME_FOLDER_SEPARATOR
static String
VERSION_KEY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
withDirectoriesMap(DirectoryMapAction action)
-
-
-
Field Detail
-
BUILDTYPE_NAME_SEPARATOR
static final String BUILDTYPE_NAME_SEPARATOR
- See Also:
- Constant Field Values
-
NAME_FOLDER_SEPARATOR
static final String NAME_FOLDER_SEPARATOR
- See Also:
- Constant Field Values
-
FOLDER_DATE_SEPARATOR
static final String FOLDER_DATE_SEPARATOR
- See Also:
- Constant Field Values
-
DATE_EXPIRE_SEPARATOR
static final String DATE_EXPIRE_SEPARATOR
- See Also:
- Constant Field Values
-
DIRECTORY_MAP_FILENAME
static final String DIRECTORY_MAP_FILENAME
- See Also:
- Constant Field Values
-
VERSION_KEY
static final String VERSION_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
withDirectoriesMap
void withDirectoriesMap(@NotNull DirectoryMapAction action)
-
-