Package ai.platon.pulsar.coding
Class SkeletonExtractor.SkeletonSet
-
- All Implemented Interfaces:
public final class SkeletonExtractor.SkeletonSetA multi-file skeleton set extracted from a real directory (a plugin or module). Each file carries its own per-file skeleton; parameters is the UNION across all files, so re-instantiation with one value set renames consistently everywhere.
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<String, SkeletonExtractor.Skeleton>filesprivate final Map<String, String>parameters
-
Constructor Summary
Constructors Constructor Description SkeletonExtractor.SkeletonSet(Map<String, SkeletonExtractor.Skeleton> files, Map<String, String> parameters)
-
Method Summary
Modifier and Type Method Description final Map<String, SkeletonExtractor.Skeleton>getFiles()final Map<String, String>getParameters()-
-
Method Detail
-
getFiles
final Map<String, SkeletonExtractor.Skeleton> getFiles()
-
getParameters
final Map<String, String> getParameters()
-
-
-
-