}
if ( attribute.equals( "*" ) || attribute.equals( LAST_MODIFIED_TIME ) ) {
put( LAST_MODIFIED_TIME, attrs.lastModifiedTime() );
}
if ( attribute.equals( "*" ) || attribute.equals( LAST_ACCESS_TIME ) ) {
put( LAST_ACCESS_TIME, attrs.lastAccessTime() );
}
if ( attribute.equals( "*" ) || attribute.equals( CREATION_TIME ) ) {
put( CREATION_TIME, attrs.creationTime() );
}
if ( attribute.equals( "*" ) ) {