Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
protected void | fillMapsFromArchive(Resource
the archive to scan. src, String encoding used to encode file names inside the archive. encoding, Map<String, Resource> Map (name to resource) of non-directory
resources found inside the archive. fileEntries, Map<String, Resource> Map (name to resource) of non-directory
resources found inside the archive that matched all include
patterns and didn't match any exclude patterns. matchFileEntries, Map<String, Resource> Map (name to resource) of directory
resources found inside the archive. dirEntries, Map<String, Resource> Map (name to resource) of directory
resources found inside the archive that matched all include
patterns and didn't match any exclude patterns. matchDirEntries)Implements abstract org. |
TarScanner | back to summary |
---|---|
public TarScanner() |
fillMapsFromArchive | back to summary |
---|---|
protected void fillMapsFromArchive(Resource src, String encoding, Map<String, Resource> fileEntries, Map<String, Resource> matchFileEntries, Map<String, Resource> dirEntries, Map<String, Resource> matchDirEntries) Implements abstract org. Fills the file and directory maps with resources read from the archive.
|