Class HierarchicalFileMap
java.lang.Object
org.moeaframework.analysis.store.fs.FileMap
org.moeaframework.analysis.store.fs.HierarchicalFileMap
- All Implemented Interfaces:
Defined
Stores files in a hierarchical folder structure, alternating between the reference key and the associated value.
Keys are ordered, though any existing folder structure is reused.
Paths are treated in a case-insensitive manner, even on platforms with case-sensitive file systems.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.moeaframework.core.Defined
Defined.ConstructorComparator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the string representation, or definition, of this object.mapContainer
(Path root, Reference reference) Methods inherited from class org.moeaframework.analysis.store.fs.FileMap
escapePath, mapBlob
-
Constructor Details
-
HierarchicalFileMap
public HierarchicalFileMap()Constructs a new hierarchical file map.
-
-
Method Details
-
mapContainer
- Throws:
IOException
-
getDefinition
Description copied from interface:Defined
Returns the string representation, or definition, of this object.- Returns:
- the definition
-