// Common interface for both files and folders public interface FileSystemComponent { void showDetails(String indent); }