public static class MD5DigestFileEntry.Factory extends BaseDigestFileEntryFactory
DigestFileEntryFactory that creates MD5 digest entries.| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
FileEntry |
create(FileSystem fileSystem,
DirectoryEntry parent,
FileEntry entry)
Creates a digest entry for the specified content within the specified directory of the file system.
|
String |
getType()
Returns the type of digest (i.e.
|
public String getType()
public FileEntry create(FileSystem fileSystem, DirectoryEntry parent, FileEntry entry)
fileSystem - the file system the digest entry will be created in.parent - the parent directory that the digest entry will belong to.entry - the entry that the digest entry will digest.Copyright © 2009–2022 MojoHaus. All rights reserved.