}
if ( attribute.equals( "*" ) || attribute.equals( SIZE ) ) {
put( SIZE, new Long( attrs.size() ) );
}
if ( attribute.equals( "*" ) || attribute.equals( FILE_KEY ) ) {
put( FILE_KEY, attrs.fileKey() );
}
if ( attribute.equals( "*" ) || attribute.equals( LAST_MODIFIED_TIME ) ) {
put( LAST_MODIFIED_TIME, attrs.lastModifiedTime() );
}
if ( attribute.equals( "*" ) || attribute.equals( LAST_ACCESS_TIME ) ) {