public class DirectoryViewDirectoryAdapter extends Object implements DirectoryAdapter<org.entityfs.DirectoryView>
DirectoryView
object to the
DirectoryAdapter
interface.Constructor and Description |
---|
DirectoryViewDirectoryAdapter(org.entityfs.DirectoryView d)
Create a new adapter.
|
Modifier and Type | Method and Description |
---|---|
org.entityfs.DirectoryView |
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. |
public DirectoryViewDirectoryAdapter(org.entityfs.DirectoryView d)
d
- The directory to adapt.public org.entityfs.DirectoryView getAdapted()
DirectoryAdapter
TarEntryStrategy
to get the adapted
directory representation if no other method defined in this interface (of
which there currently are none) fits its needs.getAdapted
in interface DirectoryAdapter<org.entityfs.DirectoryView>