public interface DirectoryAdapter<T>
TarEntryStrategy implementations can use.
Currently, this interface does not contain any methods except for the
getAdapted() method. Other methods may be added here in the future.
| Modifier and Type | Method and Description |
|---|---|
T |
getAdapted()
This method is used by the
TarEntryStrategy to get the adapted
directory representation if no other method defined in this interface (of
which there currently are none) fits its needs. |
T getAdapted()
TarEntryStrategy to get the adapted
directory representation if no other method defined in this interface (of
which there currently are none) fits its needs.